Lines Matching refs:BR_OK
1612 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
2867 if (from->ee.command == BR_OK) in binder_set_txn_from_error()
2919 binder_set_extended_error(&thread->ee, t_debug_id, BR_OK, 0); in binder_transaction()
3703 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()
3777 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()
4050 BR_OK); in binder_thread_write()
4432 WARN_ON(e->cmd == BR_OK); in binder_thread_read()
4437 e->cmd = BR_OK; in binder_thread_read()
4836 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()
4838 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
4839 thread->ee.command = BR_OK; in binder_get_thread_ilocked()
5285 binder_set_extended_error(&thread->ee, 0, BR_OK, 0); in binder_ioctl_get_extended_error()