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

/drivers/staging/android/
H A Dbinder.c333 int looper; member in struct:binder_thread
2020 if (thread->looper & BINDER_LOOPER_STATE_ENTERED) {
2021 thread->looper |= BINDER_LOOPER_STATE_INVALID;
2027 thread->looper |= BINDER_LOOPER_STATE_INVALID;
2036 thread->looper |= BINDER_LOOPER_STATE_REGISTERED;
2042 if (thread->looper & BINDER_LOOPER_STATE_REGISTERED) {
2043 thread->looper |= BINDER_LOOPER_STATE_INVALID;
2049 thread->looper |= BINDER_LOOPER_STATE_ENTERED;
2055 thread->looper |= BINDER_LOOPER_STATE_EXITED;
2116 if (thread->looper
[all...]

Completed in 2821 milliseconds