Lines Matching refs:TF_ONE_WAY
1945 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()
2008 if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) { in binder_cleanup_transaction()
2758 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()
2871 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()
2998 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()
3018 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction()
3099 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()
3137 !reply && (t->flags & TF_ONE_WAY)); in binder_transaction()
3436 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()
4438 !(t->flags & TF_ONE_WAY)) in binder_thread_read()
4440 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()
4467 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read()
4542 if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()