Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp334 mCommitStartTimes.append(commitStartTime); in setCommitStart()
364 if (earlyHint && (!mExpectedPresentTimes.isFull() || !mCommitStartTimes.isFull())) { in estimateWorkDuration()
369 nsecs_t estimatedEndTime = mCommitStartTimes[0]; in estimateWorkDuration()
384 nsecs_t referenceFrameStartTime = (earlyHint ? mCommitStartTimes[-1] : mCommitStartTimes[0]); in estimateWorkDuration()
458 std::max(estimatedEndTime, estimatedGpuEndTime.value_or(0)) - mCommitStartTimes[0]; in estimateWorkDuration()
462 estimatedFlingerEndTime + mLastPostcompDuration - mCommitStartTimes[0]; in estimateWorkDuration()
DPowerAdvisor.h258 RingBuffer<nsecs_t, 2> mCommitStartTimes; variable