Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp37 mCacheHitCount(0), mNanosecondsSaved(0) { in TextLayoutCache()
182 ++mCacheHitCount; in getValue()
190 mCacheHitCount, start, count, contextCount, in getValue()
194 if (mCacheHitCount % DEFAULT_DUMP_STATS_CACHE_HIT_INTERVAL == 0) { in getValue()
213 LOGD("hits : %d", mCacheHitCount); in dumpCacheStats()
DTextLayoutCache.h236 uint32_t mCacheHitCount; variable