Searched refs:BR_OK (Results 1 – 2 of 2) sorted by relevance
365 BR_OK = _IO('r', 1), enumerator
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()[all …]