Home
last modified time | relevance | path

Searched refs:target_proc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/android/
Dbinder.c1324 struct binder_proc *target_proc; in binder_transaction() local
1378 target_proc = target_thread->proc; in binder_transaction()
1399 target_proc = target_node->proc; in binder_transaction()
1400 if (target_proc == NULL) { in binder_transaction()
1405 target_proc->tsk) < 0) { in binder_transaction()
1423 if (tmp->from && tmp->from->proc == target_proc) in binder_transaction()
1434 target_list = &target_proc->todo; in binder_transaction()
1435 target_wait = &target_proc->wait; in binder_transaction()
1437 e->to_proc = target_proc->pid; in binder_transaction()
1461 target_proc->pid, target_thread->pid, in binder_transaction()
[all …]