Home
last modified time | relevance | path

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

/linux/drivers/android/
A Dbinder.c512 (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()
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()
3838 proc->pid, thread->pid, thread->looper); 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()
[all …]
A Dbinder_internal.h500 int looper; /* only modified by this thread */ member

Completed in 24 milliseconds