Lines Matching defs:to_proc
234 int to_proc;
1603 int from_proc, from_thread, to_proc, to_thread;
1608 to_proc = t->to_proc ? t->to_proc->pid : 0;
1612 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread);
1617 struct binder_proc *target_proc = t->to_proc;
2181 struct binder_proc *target_proc = t->to_proc;
2233 struct binder_proc *target_proc = t->to_proc;
2307 struct binder_proc *target_proc = t->to_proc;
2688 struct binder_proc *target_proc = t->to_proc;
2738 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc)
2740 if (t1->to_proc->tsk == t2->to_proc->tsk && t1->code == t2->code &&
3008 in_reply_to->to_proc ?
3009 in_reply_to->to_proc->pid : 0,
3153 tmp->to_proc ? tmp->to_proc->pid : 0,
3182 e->to_proc = target_proc->pid;
3250 t->to_proc = target_proc;
5060 t->to_proc = NULL;
6121 struct binder_proc *to_proc;
6126 to_proc = t->to_proc;
6132 to_proc ? to_proc->pid : 0,
6138 if (proc != to_proc) {
6611 e->from_thread, e->to_proc, e->to_thread, e->context_name,
6701 struct binder_proc *to_proc = NULL;
6709 to_proc = t->to_proc;
6712 to_pid = to_proc ? to_proc->pid : 0;