Lines Matching refs:to_proc
183 int to_proc; member
1673 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction()
2219 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder()
2272 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle()
2347 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd()
2728 struct binder_proc *target_proc = t->to_proc; in binder_fixup_parent()
2778 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
2780 if (t1->to_proc->tsk == t2->to_proc->tsk && t1->code == t2->code && in binder_can_update_transaction()
3029 in_reply_to->to_proc ? in binder_transaction()
3030 in_reply_to->to_proc->pid : 0, in binder_transaction()
3161 tmp->to_proc ? tmp->to_proc->pid : 0, in binder_transaction()
3190 e->to_proc = target_proc->pid; in binder_transaction()
3241 t->to_proc = target_proc; in binder_transaction()
5019 t->to_proc = NULL; in binder_thread_release()
5996 struct binder_proc *to_proc; in print_binder_transaction_ilocked() local
6001 to_proc = t->to_proc; in print_binder_transaction_ilocked()
6007 to_proc ? to_proc->pid : 0, in print_binder_transaction_ilocked()
6013 if (proc != to_proc) { in print_binder_transaction_ilocked()
6486 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()