Home
last modified time | relevance | path

Searched refs:mDebugLevel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DCaches.h121 return mDebugLevel; in getDebugLevel()
194 DebugLevel mDebugLevel;
DCaches.cpp66 mDebugLevel = readDebugLevel(); in Caches()
67 LOGD("Enabling debug mode %d", mDebugLevel); in Caches()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp48 mDebugLevel = readRtlDebugLevel(); in init()
49 mDebugEnabled = mDebugLevel & kRtlDebugCaches; in init()
50 LOGD("Using debug level: %d - Debug Enabled: %d", mDebugLevel, mDebugEnabled); in init()
DTextLayoutCache.h241 RtlDebugLevel mDebugLevel; variable