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

/system/core/include/utils/
H A DLooper.h448 const bool mAllowNonCallbacks; // immutable member in class:android::Looper
/system/core/libutils/include/utils/
H A DLooper.h448 const bool mAllowNonCallbacks; // immutable member in class:android::Looper
/system/core/libutils/
H A DLooper.cpp64 mAllowNonCallbacks(allowNonCallbacks), mSendingMessage(false),
131 return mAllowNonCallbacks;
440 if (! mAllowNonCallbacks) {

Completed in 8355 milliseconds