Home
last modified time | relevance | path

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

/drivers/android/
Dbinder_internal.h525 struct binder_error reply_error; member
Dbinder.c1725 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
1726 target_thread->reply_error.cmd = error_code; in binder_send_failed_reply()
1729 &target_thread->reply_error.work); in binder_send_failed_reply()
1739 target_thread->reply_error.cmd); in binder_send_failed_reply()
4966 thread->reply_error.work.type = BINDER_WORK_RETURN_ERROR; in binder_get_thread_ilocked()
4967 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()