Searched refs:PREPARE_ALLOW_NON_CALLBACKS (Results 1 – 2 of 2) sorted by relevance
/system/core/include/utils/ | ||
D | Looper.h | 219 PREPARE_ALLOW_NON_CALLBACKS = 1<<0 enumerator |
/system/core/libutils/ | ||
D | Looper.cpp | 142 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare() |