Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h386 BR_DEAD_REPLY = _IO('r', 5), enumerator
/openbmc/linux/drivers/android/
H A Dbinder.c2792 return frozen ? BR_FROZEN_REPLY : BR_DEAD_REPLY; in binder_proc_transaction()
2882 *error = BR_DEAD_REPLY; in binder_get_node_refs_for_txn()
2993 return_error = BR_DEAD_REPLY; in binder_transaction()
3046 return_error = BR_DEAD_REPLY; in binder_transaction()
3251 BR_DEAD_REPLY : BR_FAILED_REPLY; in binder_transaction()
3611 return_error = BR_DEAD_REPLY; in binder_transaction()
4816 BR_DEAD_REPLY); in binder_release_work()
5029 binder_send_failed_reply(send_reply, BR_DEAD_REPLY); in binder_thread_release()