Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp52 mCacheStartTime = systemTime(SYSTEM_TIME_MONOTONIC); in init()
55 LOGD("Initialization is done - Start time: %lld", mCacheStartTime); in init()
204 float timeRunningInSec = (systemTime(SYSTEM_TIME_MONOTONIC) - mCacheStartTime) / 1000000000; in dumpCacheStats()
DTextLayoutCache.h239 uint64_t mCacheStartTime; variable