Searched refs:target_proc (Results 1 – 1 of 1) sorted by relevance
1922 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction() local1924 if (target_proc) { in binder_free_transaction()1925 binder_inner_proc_lock(target_proc); in binder_free_transaction()1928 binder_inner_proc_unlock(target_proc); in binder_free_transaction()2442 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder() local2460 if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { in binder_translate_binder()2465 ret = binder_inc_ref_for_node(target_proc, node, in binder_translate_binder()2494 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle() local2506 if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { in binder_translate_handle()2512 if (node->proc == target_proc) { in binder_translate_handle()[all …]