Lines Matching refs:looper

542 	int looper;              /* only modified by this thread */  member
943 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
955 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
3819 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3820 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3824 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3831 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
3838 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
3839 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3843 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
3849 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
3954 if (thread->looper & in binder_thread_write()
4011 if (thread->looper & in binder_thread_write()
4198 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4204 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4207 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4221 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4561 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4776 if ((thread->looper & BINDER_LOOPER_STATE_POLL) && in binder_thread_release()
4789 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4811 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5313 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
5628 thread->pid, thread->looper, in print_binder_thread_ilocked()