Lines Matching refs:looper
601 int looper; /* only modified by this thread */ member
1007 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
1019 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
3541 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3542 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3546 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3553 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
3560 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
3561 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3565 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
3571 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
3676 if (thread->looper & in binder_thread_write()
3733 if (thread->looper & in binder_thread_write()
3855 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
3861 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
3864 proc->pid, thread->pid, thread->looper); in binder_thread_read()
3878 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4177 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4386 if ((thread->looper & BINDER_LOOPER_STATE_POLL) && in binder_thread_release()
4399 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4421 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
4825 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
5149 thread->pid, thread->looper, in print_binder_thread_ilocked()