Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder.c344 int looper; member
1948 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
1949 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
1953 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
1960 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
1966 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
1967 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
1971 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
1977 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
2033 if (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | BINDER_LOOPER_STATE_ENTERED)) { in binder_thread_write()
[all …]