Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c537 * @looper: bitmap of looping state
568 int looper; /* only modified by this thread */ member
886 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
983 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
995 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4262 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4263 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4267 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4274 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4281 if (thread->looper in binder_thread_write()
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_internal.h448 * @looper: bitmap of looping state
481 int looper; /* only modified by this thread */ member
H A Dbinder.c513 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_enqueue_thread_work_ilocked()
610 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
622 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
4098 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
4099 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4103 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4110 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
4117 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
4118 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
4122 thread->looper | in binder_thread_write()
[all...]

Completed in 13 milliseconds