Lines Matching refs:looper

512 		(thread->looper & (BINDER_LOOPER_STATE_ENTERED |  in binder_available_for_proc_work_ilocked()
524 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
3450 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3451 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3455 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3462 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
3469 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
3470 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3474 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
3480 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
3585 if (thread->looper & in binder_thread_write()
3642 if (thread->looper & in binder_thread_write()
3829 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
3835 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
3838 proc->pid, thread->pid, thread->looper); in binder_thread_read()
3852 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4197 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4428 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4440 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
4462 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5142 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
5460 thread->pid, thread->looper, in print_binder_thread_ilocked()