Searched refs:getElapsedTime (Results 1 – 2 of 2) sorted by relevance
163 count, size, mMaxSize - mSize, value->getElapsedTime(), in getValue()181 mNanosecondsSaved += (value->getElapsedTime() - elapsedTimeThruCacheGet); in getValue()184 if (value->getElapsedTime() > 0) { in getValue()185 float deltaPercent = 100 * ((value->getElapsedTime() - elapsedTimeThruCacheGet) in getValue()186 / ((float)value->getElapsedTime())); in getValue()191 value->getElapsedTime(), elapsedTimeThruCacheGet, deltaPercent, in getValue()310 uint32_t TextLayoutCacheValue::getElapsedTime() { in getElapsedTime() function in android::TextLayoutCacheValue
123 uint32_t getElapsedTime();