Home
last modified time | relevance | path

Searched refs:oneway_spam_suspect (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/android/
H A Dbinder_alloc.h49 unsigned oneway_spam_suspect:1; member
H A Dbinder.c3741 if (t->buffer->oneway_spam_suspect) { in binder_transaction()
/linux/drivers/android/binder/
H A Dtransaction.rs43 pub(crate) oneway_spam_suspect: bool, field
H A Dthread.rs1347 let code = if self.process.is_oneway_spam_detection_enabled() && info.oneway_spam_suspect { in oneway_transaction_inner()
H A Dprocess.rs1031 info.oneway_spam_suspect = new_alloc.oneway_spam_detected; in buffer_alloc()