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

/drivers/staging/android/
H A Dbinder.c1412 struct binder_transaction *in_reply_to = NULL; local
1425 in_reply_to = thread->transaction_stack;
1426 if (in_reply_to == NULL) {
1433 binder_set_nice(in_reply_to->saved_priority);
1434 if (in_reply_to->to_thread != thread) {
1438 proc->pid, thread->pid, in_reply_to->debug_id,
1439 in_reply_to->to_proc ?
1440 in_reply_to->to_proc->pid : 0,
1441 in_reply_to->to_thread ?
1442 in_reply_to
[all...]

Completed in 239 milliseconds