Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/android/
Dbinder.h325 BR_OK = _IO('r', 1), enumerator
/Linux-v5.10/drivers/android/
Dbinder.c1931 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
3522 BUG_ON(thread->return_error.cmd != BR_OK); in binder_transaction()
3587 while (ptr < end && thread->return_error.cmd == BR_OK) { in binder_thread_write()
3859 BR_OK); in binder_thread_write()
4254 WARN_ON(e->cmd == BR_OK); in binder_thread_read()
4259 e->cmd = BR_OK; in binder_thread_read()
4653 thread->return_error.cmd = BR_OK; in binder_get_thread_ilocked()
4655 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()