Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder.c538 int looper; /* only modified by this thread */ member
918 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
930 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
3805 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3806 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3810 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3817 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
3824 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
3825 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3829 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
[all …]