Searched refs:BR_OK (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | defs.rs | 31 BR_OK,
|
| H A D | thread.rs | 297 extended_error: ExtendedError::new(next_err_id(), BR_OK, 0), in new() 1572 error_code: Atomic::new(BR_OK), in try_new() 1583 self.error_code.load(Relaxed) == BR_OK in is_unused() 1594 self.error_code.store(BR_OK, Relaxed); in do_work()
|
| /linux/include/uapi/linux/android/ |
| H A D | binder.h | 373 BR_OK = _IO('r', 1), enumerator
|
| /linux/drivers/android/ |
| H A D | binder.c | 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() [all …]
|