Home
last modified time | relevance | path

Searched refs:TF_CLEAR_BUF (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/binder/ !
H A Ddefs.rs77 TF_CLEAR_BUF,
H A Dtransaction.rs99 if trd.flags & TF_CLEAR_BUF != 0 { in new()
143 if trd.flags & TF_CLEAR_BUF != 0 { in new_reply()
/linux/include/uapi/linux/android/ !
H A Dbinder.h297 TF_CLEAR_BUF = 0x20, /* clear buffer on txn complete */ enumerator
/linux/drivers/android/ !
H A Dbinder.c3418 t->buffer->clear_on_free = !!(t->flags & TF_CLEAR_BUF); in binder_transaction()