Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper.cpp62 Looper::Looper(bool allowNonCallbacks) in Looper() argument
63 : mAllowNonCallbacks(allowNonCallbacks), in Looper()
114 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare() local
117 looper = new Looper(allowNonCallbacks); in prepare()
120 if (looper->getAllowNonCallbacks() != allowNonCallbacks) { in prepare()
/system/core/libutils/include/utils/
DLooper.h233 Looper(bool allowNonCallbacks);