Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder.c259 BINDER_LOOPER_STATE_POLL = 0x20, enumerator
487 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
584 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
5334 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5346 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5368 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()