Lines Matching refs:to_thread
186 int to_thread; member
361 struct binder_thread *to_thread; member
1350 if (in_reply_to->to_thread != thread) { in binder_transaction()
1355 in_reply_to->to_thread ? in binder_transaction()
1356 in_reply_to->to_thread->pid : 0); in binder_transaction()
1413 if (tmp->to_thread != thread) { in binder_transaction()
1417 tmp->to_thread ? in binder_transaction()
1418 tmp->to_thread->pid : 0); in binder_transaction()
1430 e->to_thread = target_thread->pid; in binder_transaction()
1480 t->to_thread = target_thread; in binder_transaction()
2439 t->to_thread = thread; in binder_thread_read()
2562 if (t && t->to_thread == thread) in binder_free_thread()
2570 (t->to_thread == thread) ? "in" : "out"); in binder_free_thread()
2572 if (t->to_thread == thread) { in binder_free_thread()
2574 t->to_thread = NULL; in binder_free_thread()
3232 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction()
3308 } else if (t->to_thread == thread) { in print_binder_thread()
3615 e->from_thread, e->to_proc, e->to_thread, e->to_node, in print_binder_transaction_log_entry()