Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c492 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
589 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4346 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4347 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4351 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4358 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4365 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4366 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4370 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4376 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
[all …]
H A Dbinder_internal.h497 int looper; /* only modified by this thread */ member