Lines Matching refs:to_thread
1491 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1497 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free()
1500 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
2496 if (in_reply_to->to_thread != thread) { in binder_transaction()
2502 in_reply_to->to_thread ? in binder_transaction()
2503 in_reply_to->to_thread->pid : 0); in binder_transaction()
2633 if (tmp->to_thread != thread) { in binder_transaction()
2638 tmp->to_thread ? in binder_transaction()
2639 tmp->to_thread->pid : 0); in binder_transaction()
2665 e->to_thread = target_thread->pid; in binder_transaction()
2716 t->to_thread = target_thread; in binder_transaction()
4190 t->to_thread = thread; in binder_thread_read()
4393 if (t->to_thread == thread) in binder_thread_release()
4407 (t->to_thread == thread) ? "in" : "out"); in binder_thread_release()
4409 if (t->to_thread == thread) { in binder_thread_release()
4412 t->to_thread = NULL; in binder_thread_release()
5390 t->to_thread ? t->to_thread->pid : 0, in print_binder_transaction_ilocked()
5480 } else if (t->to_thread == thread) { in print_binder_thread_ilocked()
5867 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()