Home
last modified time | relevance | path

Searched refs:looper (Results 1 – 2 of 2) sorted by relevance

/drivers/android/
A Dbinder.c491 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
588 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4302 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
4407 if (thread->looper & in binder_thread_write()
4464 if (thread->looper & in binder_thread_write()
4676 thread->looper |= BINDER_LOOPER_STATE_WAITING; in binder_thread_read()
4685 proc->pid, thread->pid, thread->looper); in binder_thread_read()
5331 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5343 if (thread->looper & BINDER_LOOPER_STATE_POLL) in binder_thread_release()
5365 thread->looper |= BINDER_LOOPER_STATE_POLL; in binder_poll()
[all …]
A Dbinder_internal.h497 int looper; /* only modified by this thread */ member

Completed in 17 milliseconds