Lines Matching refs:to_thread
574 struct binder_thread *to_thread; member
2864 if (in_reply_to->to_thread != thread) { in binder_transaction()
2870 in_reply_to->to_thread ? in binder_transaction()
2871 in_reply_to->to_thread->pid : 0); in binder_transaction()
3001 if (tmp->to_thread != thread) { in binder_transaction()
3006 tmp->to_thread ? in binder_transaction()
3007 tmp->to_thread->pid : 0); in binder_transaction()
3033 e->to_thread = target_thread->pid; in binder_transaction()
3084 t->to_thread = target_thread; in binder_transaction()
4531 t->to_thread = thread; in binder_thread_read()
4731 if (t->to_thread == thread) in binder_thread_release()
4745 (t->to_thread == thread) ? "in" : "out"); in binder_thread_release()
4747 if (t->to_thread == thread) { in binder_thread_release()
4749 t->to_thread = NULL; in binder_thread_release()
5539 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction_ilocked()
5629 } else if (t->to_thread == thread) { in print_binder_thread_ilocked()
6014 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()