Lines Matching refs:to_thread
227 int to_thread; member
620 struct binder_thread *to_thread; member
2765 if (in_reply_to->to_thread != thread) { in binder_transaction()
2771 in_reply_to->to_thread ? in binder_transaction()
2772 in_reply_to->to_thread->pid : 0); in binder_transaction()
2871 if (tmp->to_thread != thread) { in binder_transaction()
2876 tmp->to_thread ? in binder_transaction()
2877 tmp->to_thread->pid : 0); in binder_transaction()
2903 e->to_thread = target_thread->pid; in binder_transaction()
2953 t->to_thread = target_thread; in binder_transaction()
4161 t->to_thread = thread; in binder_thread_read()
4348 if (t->to_thread == thread) in binder_thread_release()
4360 (t->to_thread == thread) ? "in" : "out"); in binder_thread_release()
4362 if (t->to_thread == thread) { in binder_thread_release()
4364 t->to_thread = NULL; in binder_thread_release()
5069 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction_ilocked()
5159 } else if (t->to_thread == thread) { in print_binder_thread_ilocked()
5541 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()