Home
last modified time | relevance | path

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

/system/core/include/utils/
DLooper.h235 bool getAllowNonCallbacks() const;
/system/core/libutils/
DLooper.cpp148 if (looper->getAllowNonCallbacks() != allowNonCallbacks) { in prepare()
155 bool Looper::getAllowNonCallbacks() const { in getAllowNonCallbacks() function in android::Looper