Home
last modified time | relevance | path

Searched full:br_dead_reply (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/android/binder/
H A Derror.rs22 reply: BR_DEAD_REPLY, in new_dead()
42 self.reply == BR_DEAD_REPLY in is_dead()
90 BR_DEAD_REPLY => f.pad("BR_DEAD_REPLY"), in fmt()
H A Dtransaction.rs434 let reply = Err(BR_DEAD_REPLY); in cancel()
H A Dthread.rs1090 let reply = Err(BR_DEAD_REPLY); in unwind_transaction_stack()
/linux/rust/macros/
H A Dlib.rs292 /// BR_DEAD_REPLY,
353 /// BR_DEAD_REPLY,
410 /// BR_DEAD_REPLY,
/linux/drivers/android/
H A Dbinder.c2837 * BR_DEAD_REPLY if the target process or thread is dead
2874 return frozen ? BR_FROZEN_REPLY : BR_DEAD_REPLY; in binder_proc_transaction()
2932 * @error: if no @procp then returns BR_DEAD_REPLY
2947 * target proc has died, @error is set to BR_DEAD_REPLY.
2964 *error = BR_DEAD_REPLY; in binder_get_node_refs_for_txn()
3163 return_error = BR_DEAD_REPLY; in binder_transaction()
3216 return_error = BR_DEAD_REPLY; in binder_transaction()
3388 BR_DEAD_REPLY : BR_FAILED_REPLY; in binder_transaction()
3749 return_error = BR_DEAD_REPLY; in binder_transaction()
5185 BR_DEAD_REPLY); in binder_release_work()
[all …]