Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder.c607 struct binder_error reply_error; member
1986 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
1987 target_thread->reply_error.cmd = error_code; in binder_send_failed_reply()
1990 &target_thread->reply_error.work); in binder_send_failed_reply()
2000 target_thread->reply_error.cmd); in binder_send_failed_reply()
4278 thread->reply_error.work.type = BINDER_WORK_RETURN_ERROR; in binder_get_thread_ilocked()
4279 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()