Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs44 pub(crate) is_reply: bool, field
H A Dthread.rs1213 info.is_reply = matches!(cmd, BC_REPLY | BC_REPLY_SG); in read_transaction_info()
1233 let ret = if info.is_reply { in transaction()