Searched refs:TF_ONE_WAY (Results 1 – 4 of 4) sorted by relevance
238 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
317 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
1702 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()1764 if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) { in binder_cleanup_transaction()2777 if ((t1->flags & t2->flags & (TF_ONE_WAY | TF_UPDATE_TXN)) != in binder_can_update_transaction()2778 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()2840 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()3005 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()3133 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()3153 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction()3236 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()3245 if (!(t->flags & TF_ONE_WAY) && in binder_transaction()[all …]