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

/drivers/staging/android/
H A Dbinder.c336 uint32_t return_error; /* Write failed, return error code in read buf */ member in struct:binder_thread
1278 if (target_thread->return_error != BR_OK &&
1281 target_thread->return_error;
1282 target_thread->return_error = BR_OK;
1284 if (target_thread->return_error == BR_OK) {
1292 target_thread->return_error = error_code;
1299 target_thread->return_error);
1414 uint32_t return_error; local
1430 return_error = BR_FAILED_REPLY;
1443 return_error
[all...]

Completed in 57 milliseconds