Home
last modified time | relevance | path

Searched refs:TF_ONE_WAY (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/android/
Dbinder.h124 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
/linux-4.4.14/drivers/android/
Dbinder.c1193 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()
1334 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()
1409 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction()
1474 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()
1488 tr->offsets_size, !reply && (t->flags & TF_ONE_WAY)); in binder_transaction()
1688 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()
2383 !(t->flags & TF_ONE_WAY)) in binder_thread_read()
2385 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()
2437 if (cmd == BR_TRANSACTION && !(t->flags & TF_ONE_WAY)) { in binder_thread_read()
2481 !(t->flags & TF_ONE_WAY)) { in binder_release_work()