Lines Matching refs:BR_OK
1621 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
2900 if (from->ee.command == BR_OK) in binder_set_txn_from_error()
2953 binder_set_extended_error(&thread->ee, t_debug_id, BR_OK, 0); in binder_transaction()
3749 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()
3823 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()
4096 BR_OK); in binder_thread_write()
4478 WARN_ON(e->cmd == BR_OK); in binder_thread_read()
4483 e->cmd = BR_OK; in binder_thread_read()
4887 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()
4889 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
4890 thread->ee.command = BR_OK; in binder_get_thread_ilocked()
5330 binder_set_extended_error(&thread->ee, 0, BR_OK, 0); in binder_ioctl_get_extended_error()