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()
3996 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3997 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4001 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4008 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4015 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4016 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4020 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4026 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4131 if (thread->looper & in binder_thread_write()
4188 if (thread->looper & in binder_thread_write()
4362 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4368 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4371 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4385 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4730 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4962 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4974 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4996 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5697 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6015 thread->pid, thread->looper, in print_binder_thread_ilocked()