Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder.c498 BINDER_LOOPER_STATE_POLL = 0x20, enumerator
955 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4776 if ((thread->looper & BINDER_LOOPER_STATE_POLL) && in binder_thread_release()
4789 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4811 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()