Searched refs:BR_OK (Results 1 – 2 of 2) sorted by relevance
192 BR_OK = _IO('r', 1), enumerator
1197 if (target_thread->return_error != BR_OK && in binder_send_failed_reply()1198 target_thread->return_error2 == BR_OK) { in binder_send_failed_reply()1201 target_thread->return_error = BR_OK; in binder_send_failed_reply()1203 if (target_thread->return_error == BR_OK) { in binder_send_failed_reply()1747 BUG_ON(thread->return_error != BR_OK); in binder_transaction()1765 while (ptr < end && thread->return_error == BR_OK) { in binder_thread_write()2138 return !list_empty(&thread->todo) || thread->return_error != BR_OK || in binder_has_thread_work()2164 if (thread->return_error != BR_OK && ptr < end) { in binder_thread_read()2165 if (thread->return_error2 != BR_OK) { in binder_thread_read()2172 thread->return_error2 = BR_OK; in binder_thread_read()[all …]