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

/system/core/libutils/
H A DLooper.cpp63 Looper::Looper(bool allowNonCallbacks) : argument
64 mAllowNonCallbacks(allowNonCallbacks), mSendingMessage(false),
117 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; local
120 looper = new Looper(allowNonCallbacks);
123 if (looper->getAllowNonCallbacks() != allowNonCallbacks) {
/system/core/include/utils/
H A DLooper.h229 Looper(bool allowNonCallbacks);
/system/core/libutils/include/utils/
H A DLooper.h229 Looper(bool allowNonCallbacks);

Completed in 393 milliseconds