Lines Matching refs:looper
513 if (thread->looper & BINDER_LOOPER_STATE_POLL &&
610 (thread->looper & (BINDER_LOOPER_STATE_ENTERED |
622 if (thread->looper & BINDER_LOOPER_STATE_POLL &&
4098 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) {
4099 thread->looper |= BINDER_LOOPER_STATE_INVALID;
4103 thread->looper |= BINDER_LOOPER_STATE_INVALID;
4110 thread->looper |= BINDER_LOOPER_STATE_REGISTERED;
4117 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) {
4118 thread->looper |= BINDER_LOOPER_STATE_INVALID;
4122 thread->looper |= BINDER_LOOPER_STATE_ENTERED;
4128 thread->looper |= BINDER_LOOPER_STATE_EXITED;
4233 if (thread->looper &
4290 if (thread->looper &
4464 thread->looper |= BINDER_LOOPER_STATE_WAITING;
4470 if (!(thread->looper & (BINDER_LOOPER_STATE_REGISTERED |
4473 proc->pid, thread->pid, thread->looper);
4487 thread->looper &= ~BINDER_LOOPER_STATE_WAITING;
4851 (thread->looper & (BINDER_LOOPER_STATE_REGISTERED |
5089 if (thread->looper & BINDER_LOOPER_STATE_POLL)
5101 if (thread->looper & BINDER_LOOPER_STATE_POLL)
5123 thread->looper |= BINDER_LOOPER_STATE_POLL;
5894 if (thread->looper & BINDER_LOOPER_STATE_WAITING) {
6214 thread->pid, thread->looper,