Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp641 nsecs_t frameDiffNanos = nowNanos - frameCompleteNanos; in cleanupResources() local
642 nsecs_t cleanupMillis = ns2ms(std::max(frameDiffNanos, 10_s)); in cleanupResources()