Searched refs:swapB (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp289 auto& swapB = mSwapHistory[i]; local
293 if (swapA.swapCompletedTime - swapB.swapCompletedTime > frameInterval * 3) {
299 if (swapB.dequeueDuration < SLOW_THRESHOLD
300 && swapB.queueDuration < SLOW_THRESHOLD) {
304 swapA = swapB;

Completed in 99 milliseconds