Home
last modified time | relevance | path

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

/linux/include/uapi/linux/android/
A Dbinder.h269 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
/linux/drivers/android/
A Dbinder.c1536 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()
2357 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()
2475 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()
2608 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()
2709 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()
2747 !reply && (t->flags & TF_ONE_WAY), current->tgid); in binder_transaction()
3052 } else if (!(t->flags & TF_ONE_WAY)) { in binder_transaction()
4074 !(t->flags & TF_ONE_WAY)) in binder_thread_read()
4076 else if (!(t->flags & TF_ONE_WAY) || in binder_thread_read()
4103 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read()
[all …]

Completed in 14 milliseconds