Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder.c4713 struct binder_thread *t_from; in binder_thread_read() local
4981 t_from = binder_get_txn_from(t); in binder_thread_read()
4982 if (t_from) { in binder_thread_read()
4998 if (t_from) in binder_thread_read()
4999 binder_thread_dec_tmpref(t_from); in binder_thread_read()
5033 if (t_from) in binder_thread_read()
5043 if (t_from) in binder_thread_read()
5061 t->debug_id, t_from ? t_from->proc->pid : 0, in binder_thread_read()
5062 t_from ? t_from->pid : 0, cmd, in binder_thread_read()
5067 if (t_from) in binder_thread_read()
[all …]