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

/linux-master/drivers/android/
H A Dbinder.c487 if (thread->looper & BINDER_LOOPER_STATE_POLL &&
574 (thread->looper & (BINDER_LOOPER_STATE_ENTERED |
586 if (thread->looper & BINDER_LOOPER_STATE_POLL &&
4042 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) {
4043 thread->looper |= BINDER_LOOPER_STATE_INVALID;
4047 thread->looper |= BINDER_LOOPER_STATE_INVALID;
4054 thread->looper |= BINDER_LOOPER_STATE_REGISTERED;
4061 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) {
4062 thread->looper |= BINDER_LOOPER_STATE_INVALID;
4066 thread->looper |
[all...]
H A Dbinder_internal.h448 * @looper: bitmap of looping state
481 int looper; /* only modified by this thread */ member in struct:binder_thread

Completed in 201 milliseconds