Home
last modified time | relevance | path

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

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