Searched refs:BR_OK (Results 1 – 2 of 2) sorted by relevance
365 BR_OK = _IO('r', 1), enumerator
1612 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()2875 if (from->ee.command == BR_OK) in binder_set_txn_from_error()3719 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()3793 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()4066 BR_OK); in binder_thread_write()4448 WARN_ON(e->cmd == BR_OK); in binder_thread_read()4453 e->cmd = BR_OK; in binder_thread_read()4855 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()4857 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()4858 thread->ee.command = BR_OK; in binder_get_thread_ilocked()[all …]
Completed in 14 milliseconds