Lines Matching refs:TF_ONE_WAY
1697 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()
1759 if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) { in binder_cleanup_transaction()
2788 if ((t1->flags & t2->flags & (TF_ONE_WAY | TF_UPDATE_TXN)) != in binder_can_update_transaction()
2789 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
2853 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()
3030 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()
3175 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()
3195 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { 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()
5070 if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()