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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp215 && swapA.queueDuration < SLOW_THRESHOLD) {
231 && swapB.queueDuration < SLOW_THRESHOLD) {
570 swap.queueDuration = us2ns(durationUs);
573 swap.queueDuration = 0;
578 = swap.queueDuration;
H A DCanvasContext.h205 nsecs_t queueDuration; member in struct:android::uirenderer::renderthread::CanvasContext::SwapHistory

Completed in 30 milliseconds