Lines Matching refs:looper

563 		(thread->looper & (BINDER_LOOPER_STATE_ENTERED |  in binder_available_for_proc_work_ilocked()
575 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4012 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4013 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4017 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4024 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4031 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4032 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4036 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4042 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4147 if (thread->looper & in binder_thread_write()
4204 if (thread->looper & in binder_thread_write()
4378 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4384 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4387 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4401 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4749 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4981 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4993 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5015 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5704 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6022 thread->pid, thread->looper, in print_binder_thread_ilocked()