Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Ddefs.rs22 BR_REPLY,
H A Dtransaction.rs402 BR_REPLY in do_work()
/linux/include/uapi/linux/android/
H A Dbinder.h382 BR_REPLY = _IOR('r', 3, struct binder_transaction_data), enumerator
/linux/drivers/android/
H A Dbinder.c5049 cmd = BR_REPLY; in binder_thread_read()
5082 (cmd == BR_REPLY ? "reply " : ""), in binder_thread_read()
5084 if (cmd == BR_REPLY) { in binder_thread_read()
5142 if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()