Searched refs:TF_ONE_WAY (Results 1 – 2 of 2) sorted by relevance
293 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
1697 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()2853 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()3175 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()3281 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()3324 !reply && (t->flags & TF_ONE_WAY)); in binder_transaction()3707 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()3805 (tr->flags & TF_ONE_WAY ? "async" : "call"), in binder_transaction()4966 !(t->flags & TF_ONE_WAY)) in binder_thread_read()4968 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()4995 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read()[all …]