Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
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()
3459 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3460 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3464 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3471 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
3478 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
3479 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3483 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
3489 thread->looper |= BINDER_LOOPER_STATE_EXITED; in binder_thread_write()
[all …]
Dbinder_internal.h496 int looper; /* only modified by this thread */ member