TF_ONE_WAY       1945 drivers/android/binder.c 	BUG_ON(t->flags & TF_ONE_WAY);
TF_ONE_WAY       2008 drivers/android/binder.c 	if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) {
TF_ONE_WAY       2758 drivers/android/binder.c 	bool oneway = !!(t->flags & TF_ONE_WAY);
TF_ONE_WAY       2871 drivers/android/binder.c 	e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY);
TF_ONE_WAY       2998 drivers/android/binder.c 		if (!(tr->flags & TF_ONE_WAY) && w &&
TF_ONE_WAY       3018 drivers/android/binder.c 		if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) {
TF_ONE_WAY       3099 drivers/android/binder.c 	if (!reply && !(tr->flags & TF_ONE_WAY))
TF_ONE_WAY       3137 drivers/android/binder.c 		!reply && (t->flags & TF_ONE_WAY));
TF_ONE_WAY       3436 drivers/android/binder.c 	} else if (!(t->flags & TF_ONE_WAY)) {
TF_ONE_WAY       4438 drivers/android/binder.c 			    !(t->flags & TF_ONE_WAY))
TF_ONE_WAY       4440 drivers/android/binder.c 			else if (!(t->flags & TF_ONE_WAY) ||
TF_ONE_WAY       4467 drivers/android/binder.c 			bool oneway = !!(t->flags & TF_ONE_WAY);
TF_ONE_WAY       4542 drivers/android/binder.c 		if (cmd != BR_REPLY && !(t->flags & TF_ONE_WAY)) {