Searched refs:target_proc (Results 1 – 1 of 1) sorted by relevance
1897 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction() local1899 if (target_proc) { in binder_free_transaction()1900 binder_inner_proc_lock(target_proc); in binder_free_transaction()1903 binder_inner_proc_unlock(target_proc); in binder_free_transaction()2416 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder() local2434 if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { in binder_translate_binder()2439 ret = binder_inc_ref_for_node(target_proc, node, in binder_translate_binder()2468 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle() local2480 if (security_binder_transfer_binder(proc->tsk, target_proc->tsk)) { in binder_translate_handle()2486 if (node->proc == target_proc) { in binder_translate_handle()[all …]