Searched refs:TF_ONE_WAY (Results 1 – 2 of 2) sorted by relevance
285 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
1601 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()2741 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()3063 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()3168 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()3209 !reply && (t->flags & TF_ONE_WAY), current->tgid); in binder_transaction()3592 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()3690 (tr->flags & TF_ONE_WAY ? "async" : "call"), in binder_transaction()4626 !(t->flags & TF_ONE_WAY)) in binder_thread_read()4628 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()4655 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read()[all …]
Completed in 17 milliseconds