Searched refs:TF_ONE_WAY (Results 1 – 2 of 2) sorted by relevance
228 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
1975 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()2036 if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) { in binder_cleanup_transaction()2636 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()2745 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()2867 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction()2947 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()2962 !reply && (t->flags & TF_ONE_WAY)); in binder_transaction()3186 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()4088 !(t->flags & TF_ONE_WAY)) in binder_thread_read()4090 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()[all …]