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

/linux-4.1.27/drivers/android/
H A Dbinder.c348 uint32_t return_error2; /* Write failed, return error code in read */ member in struct:binder_thread
1198 target_thread->return_error2 == BR_OK) { binder_send_failed_reply()
1199 target_thread->return_error2 = binder_send_failed_reply()
2165 if (thread->return_error2 != BR_OK) { binder_thread_read()
2166 if (put_user(thread->return_error2, (uint32_t __user *)ptr)) binder_thread_read()
2169 binder_stat_br(proc, thread, thread->return_error2); binder_thread_read()
2172 thread->return_error2 = BR_OK; binder_thread_read()
2548 thread->return_error2 = BR_OK; binder_get_thread()

Completed in 90 milliseconds