Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c234 BINDER_LOOPER_STATE_POLL = 0x20, enumerator
556 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
5044 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5056 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5079 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()