Home
last modified time | relevance | path

Searched refs:BR_OK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/uapi/linux/android/
Dbinder.h365 BR_OK = _IO('r', 1), enumerator
/Linux-v6.1/drivers/android/
Dbinder.c1612 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
2867 if (from->ee.command == BR_OK) in binder_set_txn_from_error()
2919 binder_set_extended_error(&thread->ee, t_debug_id, BR_OK, 0); in binder_transaction()
3703 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()
3777 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()
4050 BR_OK); in binder_thread_write()
4432 WARN_ON(e->cmd == BR_OK); in binder_thread_read()
4437 e->cmd = BR_OK; in binder_thread_read()
4836 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()
4838 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
[all …]