Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.h135 return mDebugLevel; in getDebugLevel()
321 DebugLevel mDebugLevel; variable
DCaches.cpp57 mDebugLevel = readDebugLevel(); in Caches()
58 ALOGD("Enabling debug mode %d", mDebugLevel); in Caches()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h289 RtlDebugLevel mDebugLevel; variable
DTextLayoutCache.cpp54 mDebugLevel = readRtlDebugLevel(); in init()
55 mDebugEnabled = mDebugLevel & kRtlDebugCaches; in init()
56 ALOGD("Using debug level = %d - Debug Enabled = %d", mDebugLevel, mDebugEnabled); in init()