Home
last modified time | relevance | path

Searched refs:DequeueBufferDuration (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DJankTracker.cpp112 if (mDequeueTimeForgiveness && frame[FrameInfoIndex::DequeueBufferDuration] > 500_us) { in finishFrame()
119 std::min(expectedDequeueDuration, frame[FrameInfoIndex::DequeueBufferDuration]); in finishFrame()
DFrameInfo.h51 DequeueBufferDuration, enumerator
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp485 mCurrentFrameInfo->set(FrameInfoIndex::DequeueBufferDuration) = swap.dequeueDuration; in draw()
490 mCurrentFrameInfo->set(FrameInfoIndex::DequeueBufferDuration) = 0; in draw()