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

/linux-master/include/uapi/linux/android/
H A Dbinder.h388 BR_DEAD_REPLY = _IO('r', 5), enumerator in enum:binder_driver_return_protocol
/linux-master/drivers/android/
H A Dbinder.c2757 * BR_DEAD_REPLY if the target process or thread is dead
2794 return frozen ? BR_FROZEN_REPLY : BR_DEAD_REPLY;
2852 * @error: if no @procp then returns BR_DEAD_REPLY
2867 * target proc has died, @error is set to BR_DEAD_REPLY.
2884 *error = BR_DEAD_REPLY;
2995 return_error = BR_DEAD_REPLY;
3048 return_error = BR_DEAD_REPLY;
3253 BR_DEAD_REPLY : BR_FAILED_REPLY;
3611 return_error = BR_DEAD_REPLY;
4816 BR_DEAD_REPLY);
[all...]

Completed in 101 milliseconds