Home
last modified time | relevance | path

Searched refs:queueDuration (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()
679 swap.queueDuration = in draw()
683 swap.queueDuration = 0; in draw()
686 mCurrentFrameInfo->set(FrameInfoIndex::QueueBufferDuration) = swap.queueDuration; in draw()
H A DCanvasContext.h307 nsecs_t queueDuration; member