Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp322 if (swapA.dequeueDuration < SLOW_THRESHOLD && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
337 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
573 swap.queueDuration = in draw()
577 swap.queueDuration = 0; in draw()
580 mCurrentFrameInfo->set(FrameInfoIndex::QueueBufferDuration) = swap.queueDuration; in draw()
DCanvasContext.h278 nsecs_t queueDuration; member