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

/drivers/staging/android/
H A Dbinder.c345 uint32_t return_error2; /* Write failed, return error code in read */ member in struct:binder_thread
1195 target_thread->return_error2 == BR_OK) {
1196 target_thread->return_error2 =
2164 if (thread->return_error2 != BR_OK) {
2165 if (put_user(thread->return_error2, (uint32_t __user *)ptr))
2168 binder_stat_br(proc, thread, thread->return_error2);
2171 thread->return_error2 = BR_OK;
2547 thread->return_error2 = BR_OK;

Completed in 43 milliseconds