Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs135 oneway_spam_detection_enabled: bool, field
158 oneway_spam_detection_enabled: false, in new()
1111 self.inner.lock().oneway_spam_detection_enabled = enabled != 0; in set_oneway_spam_detection_enabled()
1115 self.inner.lock().oneway_spam_detection_enabled in is_oneway_spam_detection_enabled()
/linux/drivers/android/
H A Dbinder.c4820 if (proc->oneway_spam_detection_enabled && in binder_thread_read()
5952 proc->oneway_spam_detection_enabled = (bool)enable; in binder_ioctl()