Lines Matching refs:looper
487 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
584 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4042 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4043 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4047 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4054 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4061 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4062 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4066 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4072 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4177 if (thread->looper & in binder_thread_write()
4234 if (thread->looper & in binder_thread_write()
4408 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4414 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4417 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4431 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4779 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
5013 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5025 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5047 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5736 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6056 thread->pid, thread->looper, in print_binder_thread_ilocked()