Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp273 if (std::abs(swapA.swapCompletedTime - swapB.swapCompletedTime) > frameInterval * 3) { in isSwapChainStuffed()
466 swap.swapCompletedTime = systemTime(CLOCK_MONOTONIC); in draw()
DCanvasContext.h240 nsecs_t swapCompletedTime; member