• Home
  • Raw
  • Download

Lines Matching refs:looper

462 	if (thread->looper & BINDER_LOOPER_STATE_POLL &&  in binder_enqueue_thread_work_ilocked()
549 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
561 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4133 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4134 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4138 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4145 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4152 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4153 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4157 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
4163 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4268 if (thread->looper & in binder_thread_write()
4325 if (thread->looper & in binder_thread_write()
4513 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4519 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
4522 proc->pid, thread->pid, thread->looper); in binder_thread_read()
4537 thread->looper &= ~BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4877 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED | in binder_thread_read()
5116 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5128 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5150 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
5840 if (thread->looper & BINDER_LOOPER_STATE_WAITING) { in binder_deferred_flush()
6160 thread->pid, thread->looper, in print_binder_thread_ilocked()