Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/android/
Dbinder.h334 BR_REPLY = _IOR('r', 3, struct binder_transaction_data), enumerator
/Linux-v5.4/drivers/android/
Dbinder.c4447 cmd = BR_REPLY; in binder_thread_read()
4480 (cmd == BR_REPLY ? "reply " : ""), in binder_thread_read()
4482 if (cmd == BR_REPLY) { in binder_thread_read()
4542 if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()