Lines Matching refs:looper
544 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
556 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4057 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4058 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4062 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4069 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4077 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4078 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4082 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4088 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4193 if (thread->looper & in binder_thread_write()
4250 if (thread->looper & in binder_thread_write()
4438 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4444 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4447 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4462 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4807 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
5044 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5056 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5079 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5769 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6089 thread->pid, thread->looper, in print_binder_thread_ilocked()