Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp385 if (std::abs(swapA.swapCompletedTime - swapB.swapCompletedTime) > frameInterval * 3) { in isSwapChainStuffed()
666 swap.swapCompletedTime = systemTime(SYSTEM_TIME_MONOTONIC); in draw()
H A DCanvasContext.h305 nsecs_t swapCompletedTime; member