Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs394 fn should_use_process_work_queue(&self) -> bool { in should_use_process_work_queue() method
1388 (inner.is_looper(), inner.should_use_process_work_queue()) in read()
1492 (inner.should_use_process_work_queue(), inner.poll()) in poll()
1512 let notify = inner.looper_flags & LOOPER_POLL != 0 && inner.should_use_process_work_queue(); in notify_if_poll_ready()