Lines Matching refs:TF_ONE_WAY
1536 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()
1598 if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) { in binder_cleanup_transaction()
2358 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()
2476 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()
2609 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()
2629 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction()
2710 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()
2757 !reply && (t->flags & TF_ONE_WAY), current->tgid); in binder_transaction()
3062 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()
4083 !(t->flags & TF_ONE_WAY)) in binder_thread_read()
4085 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()
4112 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read()
4187 if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()