Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/android/
Dbinder.h285 TF_ONE_WAY = 0x01, /* this is a one-way call: async, no return */ enumerator
/Linux-v6.1/drivers/android/
Dbinder.c1601 BUG_ON(t->flags & TF_ONE_WAY); in binder_send_failed_reply()
1663 if (t->buffer->target_node && !(t->flags & TF_ONE_WAY)) { in binder_cleanup_transaction()
2676 if ((t1->flags & t2->flags & (TF_ONE_WAY | TF_UPDATE_TXN)) != in binder_can_update_transaction()
2677 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
2738 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction()
2910 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction()
3055 if (!(tr->flags & TF_ONE_WAY) && w && in binder_transaction()
3075 if (!(tr->flags & TF_ONE_WAY) && thread->transaction_stack) { in binder_transaction()
3160 if (!reply && !(tr->flags & TF_ONE_WAY)) in binder_transaction()
3201 !reply && (t->flags & TF_ONE_WAY), current->tgid); in binder_transaction()
[all …]