Searched refs:pending_async (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | binder.h | 81 unsigned int code, bool pending_async), 82 TP_ARGS(caller_task, binder_proc_task, binder_th_task, node_debug_id, code, pending_async)); 86 bool pending_async, bool sync), 87 TP_ARGS(caller_task, binder_proc_task, binder_th_task, code, pending_async, sync));
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 2841 bool pending_async = false; in binder_proc_transaction() local 2852 pending_async = true; in binder_proc_transaction() 2870 if (!thread && !pending_async) in binder_proc_transaction() 2874 thread ? thread->task : 0, node->debug_id, t->code, pending_async); in binder_proc_transaction() 2880 } else if (!pending_async) { in binder_proc_transaction() 2898 thread ? thread->task : NULL, t->code, pending_async, !oneway); in binder_proc_transaction() 2900 if (!pending_async) in binder_proc_transaction()
|