Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp545 mCommitStartTimes.append(commitStartTime); in setCommitStart()
575 if (!mExpectedPresentTimes.isFull() || !mCommitStartTimes.isFull()) { in estimateWorkDuration()
580 TimePoint estimatedHwcEndTime = mCommitStartTimes[0]; in estimateWorkDuration()
644 mCommitStartTimes[0]; in estimateWorkDuration()
646 mFrameDelayDuration + estimatedHwcEndTime - mCommitStartTimes[0]; in estimateWorkDuration()
650 estimatedFlingerEndTime + mLastPostcompDuration - mCommitStartTimes[0]; in estimateWorkDuration()
662 .workPeriodStartTimestampNanos = mCommitStartTimes[0].ns(), in estimateWorkDuration()
DPowerAdvisor.h248 RingBuffer<TimePoint, 2> mCommitStartTimes; variable