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

/frameworks/base/include/utils/
H A DLooper.h65 Looper(bool allowNonCallbacks);
/frameworks/base/libs/utils/
H A DLooper.cpp37 Looper::Looper(bool allowNonCallbacks) : argument
38 mAllowNonCallbacks(allowNonCallbacks),
142 bool allowNonCallbacks = opts & ALOOPER_PREPARE_ALLOW_NON_CALLBACKS; local
145 looper = new Looper(allowNonCallbacks);
148 if (looper->getAllowNonCallbacks() != allowNonCallbacks) {

Completed in 115 milliseconds