Lines Matching refs:to_thread
578 struct binder_thread *to_thread; member
2891 if (in_reply_to->to_thread != thread) { in binder_transaction()
2897 in_reply_to->to_thread ? in binder_transaction()
2898 in_reply_to->to_thread->pid : 0); in binder_transaction()
3022 if (tmp->to_thread != thread) { in binder_transaction()
3027 tmp->to_thread ? in binder_transaction()
3028 tmp->to_thread->pid : 0); in binder_transaction()
3054 e->to_thread = target_thread->pid; in binder_transaction()
3105 t->to_thread = target_thread; in binder_transaction()
4545 t->to_thread = thread; in binder_thread_read()
4732 if (t->to_thread == thread) in binder_thread_release()
4746 (t->to_thread == thread) ? "in" : "out"); in binder_thread_release()
4748 if (t->to_thread == thread) { in binder_thread_release()
4750 t->to_thread = NULL; in binder_thread_release()
5548 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction_ilocked()
5638 } else if (t->to_thread == thread) { in print_binder_thread_ilocked()
6023 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()