Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs271 const LOOPER_POLL: u32 = 0x40; constant
399 self.looper_flags |= LOOPER_POLL; in poll()
1512 let notify = inner.looper_flags & LOOPER_POLL != 0 && inner.should_use_process_work_queue(); in notify_if_poll_ready()