Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h290 TF_UPDATE_TXN = 0x40, /* update the outdated pending async txn */ enumerator
/openbmc/linux/drivers/android/
H A Dbinder.c2701 if ((t1->flags & t2->flags & (TF_ONE_WAY | TF_UPDATE_TXN)) != in binder_can_update_transaction()
2702 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
2803 if ((t->flags & TF_UPDATE_TXN) && frozen) { in binder_proc_transaction()