Searched refs:looper (Results 1 – 1 of 1) sorted by relevance
542 int looper; /* only modified by this thread */ member943 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()955 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()3819 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()3820 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()3824 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()3831 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()3838 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()3839 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()3843 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()[all …]