Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_trace.h129 __field(int, to_proc)
138 __entry->to_proc = t->to_proc->pid;
146 __entry->to_proc, __entry->to_thread,
H A Dbinder.c183 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()
[all …]
H A Dbinder_internal.h555 struct binder_proc *to_proc; member