Lines Matching refs:BR_OK
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()
2178 thread->return_error = BR_OK; in binder_thread_read()
2547 thread->return_error = BR_OK; in binder_get_thread()
2548 thread->return_error2 = BR_OK; in binder_get_thread()
2606 list_empty(&thread->todo) && thread->return_error == BR_OK; in binder_poll()