Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder.c601 int looper; /* only modified by this thread */ member
1007 (thread->looper & (BINDER_LOOPER_STATE_ENTERED | in binder_available_for_proc_work_ilocked()
1019 if (thread->looper & BINDER_LOOPER_STATE_POLL && in binder_wakeup_poll_threads_ilocked()
3541 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) { in binder_thread_write()
3542 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3546 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3553 thread->looper |= BINDER_LOOPER_STATE_REGISTERED; in binder_thread_write()
3560 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) { in binder_thread_write()
3561 thread->looper |= BINDER_LOOPER_STATE_INVALID; in binder_thread_write()
3565 thread->looper |= BINDER_LOOPER_STATE_ENTERED; in binder_thread_write()
[all …]