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

/drivers/staging/android/
H A Dbinder.c337 uint32_t return_error2; /* Write failed, return error code in read */ member in struct:binder_thread
1279 target_thread->return_error2 == BR_OK) {
1280 target_thread->return_error2 =
2251 if (thread->return_error2 != BR_OK) {
2252 if (put_user(thread->return_error2, (uint32_t __user *)ptr))
2255 binder_stat_br(proc, thread, thread->return_error2);
2258 thread->return_error2 = BR_OK;
2595 thread->return_error2 = BR_OK;

Completed in 3067 milliseconds