Searched refs:looper (Results 1 – 1 of 1) sorted by relevance
538 int looper; /* only modified by this thread */ member918 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()930 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()3805 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()3806 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()3810 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()3817 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()3824 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()3825 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()3829 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()[all …]