Searched defs:to_thread (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c183 int to_thread; member in struct:binder_transaction_log_entry
358 struct binder_thread *to_thread; member in struct:binder_transaction
1348 if (in_reply_to->to_thread != thread) {
1353 in_reply_to->to_thread ?
1354 in_reply_to->to_thread->pid : 0);
1410 if (tmp->to_thread != thread) {
1414 tmp->to_thread ?
1415 tmp->to_thread->pid : 0);
1427 e->to_thread = target_thread->pid;
1477 t->to_thread
[all...]

Completed in 205 milliseconds