Lines Matching refs:looper
491 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
588 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4272 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4273 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4277 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4284 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4291 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4292 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4296 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4302 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4407 if (thread->looper & in binder_thread_write()
4464 if (thread->looper & in binder_thread_write()
4676 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4682 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4685 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4699 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
5085 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
5331 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5343 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5365 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
6093 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6425 thread->pid, thread->looper, in print_binder_thread_ilocked()