Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/android/
H A Dbinder.h373 BR_OK = _IO('r', 1), enumerator
/linux-6.15/drivers/android/
H A Dbinder.c1708 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
2987 if (from->ee.command == BR_OK) in binder_set_txn_from_error()
3834 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()
4055 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()
4328 BR_OK); in binder_thread_write()
4748 WARN_ON(e->cmd == BR_OK); in binder_thread_read()
4753 e->cmd = BR_OK; in binder_thread_read()
5207 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()
5209 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
5210 thread->ee.command = BR_OK; in binder_get_thread_ilocked()
[all …]