Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp338 mLastPostcompDuration = compositeEnd - mLastSfPresentEndTime; in setCompositeEnd()
462 estimatedFlingerEndTime + mLastPostcompDuration - mCommitStartTimes[0]; in estimateWorkDuration()
DPowerAdvisor.h256 nsecs_t mLastPostcompDuration = 0; variable