Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp284 if (swapA.dequeueDuration < SLOW_THRESHOLD && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
299 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
489 swap.queueDuration = us2ns(durationUs); in draw()
492 swap.queueDuration = 0; in draw()
495 mCurrentFrameInfo->set(FrameInfoIndex::QueueBufferDuration) = swap.queueDuration; in draw()
DCanvasContext.h232 nsecs_t queueDuration; member