Home
last modified time | relevance | path

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

/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.c4973 cmd = BR_REPLY; in binder_thread_read()
5006 (cmd == BR_REPLY ? "reply " : ""), in binder_thread_read()
5008 if (cmd == BR_REPLY) { in binder_thread_read()
5058 "BR_TRANSACTION_SEC_CTX" : "BR_REPLY", in binder_thread_read()
5066 if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()
6609 "BR_REPLY",