Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DJankTracker.cpp105 if (mDequeueTimeForgivenessLegacy && frame[FrameInfoIndex::DequeueBufferDuration] > 500_us) { in calculateLegacyJank()
113 std::min(expectedDequeueDuration, frame[FrameInfoIndex::DequeueBufferDuration]); in calculateLegacyJank()
H A DFrameInfo.h55 DequeueBufferDuration, enumerator
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp685 mCurrentFrameInfo->set(FrameInfoIndex::DequeueBufferDuration) = swap.dequeueDuration; in draw()
690 mCurrentFrameInfo->set(FrameInfoIndex::DequeueBufferDuration) = 0; in draw()
740 int64_t dequeueBufferDuration = mCurrentFrameInfo->get(FrameInfoIndex::DequeueBufferDuration); in draw()