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()
4274 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4275 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4279 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4286 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4293 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4294 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4298 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4304 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4409 if (thread->looper & in binder_thread_write()
4466 if (thread->looper & in binder_thread_write()
4678 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4684 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4687 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4701 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
5089 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
5334 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5346 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5368 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
6114 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6441 thread->pid, thread->looper, in print_binder_thread_ilocked()