Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp580 TimePoint estimatedHwcEndTime = mCommitStartTimes[0]; in estimateWorkDuration() local
609 estimatedHwcEndTime = displayTiming.hwcPresentEndTime; in estimateWorkDuration()
637 estimatedHwcEndTime -= idleDuration; in estimateWorkDuration()
643 std::max(estimatedHwcEndTime, estimatedGpuEndTime.value_or(TimePoint{0ns})) - in estimateWorkDuration()
646 mFrameDelayDuration + estimatedHwcEndTime - mCommitStartTimes[0]; in estimateWorkDuration()