Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DLooper.cpp76 Looper::Looper(bool allowNonCallbacks) in Looper() argument
77 : mAllowNonCallbacks(allowNonCallbacks), in Looper()
129 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare() local
132 looper = sp<Looper>::make(allowNonCallbacks); in prepare()
135 if (looper->getAllowNonCallbacks() != allowNonCallbacks) { in prepare()
/aosp14/system/core/libutils/include/utils/
H A DLooper.h234 Looper(bool allowNonCallbacks);