Lines Matching refs:BR_OK
1703 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
2982 if (from->ee.command == BR_OK) in binder_set_txn_from_error()
3101 binder_set_extended_error(&thread->ee, t_debug_id, BR_OK, 0); in binder_transaction()
3904 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()
4126 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()
4400 BR_OK); in binder_thread_write()
4822 WARN_ON(e->cmd == BR_OK); in binder_thread_read()
4827 e->cmd = BR_OK; in binder_thread_read()
5279 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()
5281 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
5282 thread->ee.command = BR_OK; in binder_get_thread_ilocked()
5764 binder_set_extended_error(&thread->ee, 0, BR_OK, 0); in binder_ioctl_get_extended_error()