Lines Matching refs:looper
538 int looper; /* only modified by this thread */ member
918 (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()
3835 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
3940 if (thread->looper & in binder_thread_write()
3997 if (thread->looper & in binder_thread_write()
4184 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4190 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4193 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4207 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4547 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4775 if ((thread->looper & BINDER_LOOPER_STATE_POLL) && in binder_thread_release()
4788 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4810 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5304 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
5619 thread->pid, thread->looper, in print_binder_thread_ilocked()