Searched refs:return_error2 (Results 1 – 1 of 1) sorted by relevance
348 uint32_t return_error2; /* Write failed, return error code in read */ member1198 target_thread->return_error2 == BR_OK) { in binder_send_failed_reply()1199 target_thread->return_error2 = in binder_send_failed_reply()2165 if (thread->return_error2 != BR_OK) { in binder_thread_read()2166 if (put_user(thread->return_error2, (uint32_t __user *)ptr)) in binder_thread_read()2169 binder_stat_br(proc, thread, thread->return_error2); in binder_thread_read()2172 thread->return_error2 = BR_OK; in binder_thread_read()2548 thread->return_error2 = BR_OK; in binder_get_thread()