Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp376 if (swapA.dequeueDuration < SLOW_THRESHOLD && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
391 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
674 swap.dequeueDuration = 0; in draw()
676 swap.dequeueDuration = in draw()
682 swap.dequeueDuration = 0; in draw()
685 mCurrentFrameInfo->set(FrameInfoIndex::DequeueBufferDuration) = swap.dequeueDuration; in draw()
H A DCanvasContext.h306 nsecs_t dequeueDuration; member