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

/drivers/staging/android/
H A Dbinder.c1327 struct binder_transaction *in_reply_to = NULL; local
1340 in_reply_to = thread->transaction_stack;
1341 if (in_reply_to == NULL) {
1347 binder_set_nice(in_reply_to->saved_priority);
1348 if (in_reply_to->to_thread != thread) {
1350 proc->pid, thread->pid, in_reply_to->debug_id,
1351 in_reply_to->to_proc ?
1352 in_reply_to->to_proc->pid : 0,
1353 in_reply_to->to_thread ?
1354 in_reply_to
[all...]

Completed in 855 milliseconds