Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp369 nsecs_t estimatedEndTime = mCommitStartTimes[0]; in estimateWorkDuration() local
412 estimatedEndTime += referenceTiming.hwcPresentStartTime - referenceFrameStartTime; in estimateWorkDuration()
414 estimatedEndTime += referenceTiming.hwcPresentStartTime - in estimateWorkDuration()
421 estimatedEndTime) in estimateWorkDuration()
425 estimatedEndTime = estimatedTiming.hwcPresentEndTime; in estimateWorkDuration()
449 nsecs_t estimatedFlingerEndTime = earlyHint ? estimatedEndTime : mLastSfPresentEndTime; in estimateWorkDuration()
452 estimatedEndTime -= idleDuration; in estimateWorkDuration()
458 std::max(estimatedEndTime, estimatedGpuEndTime.value_or(0)) - mCommitStartTimes[0]; in estimateWorkDuration()