Searched refs:mCacheHitCount (Results 1 – 2 of 2) sorted by relevance
37 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()
236 uint32_t mCacheHitCount; variable