Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp429 ? lastFramePresentTime - estimatedTiming.presentFenceWaitStartTime in estimateWorkDuration()
495 estimated.presentFenceWaitStartTime = estimated.hwcPresentStartTime + in estimateTimelineFromReference()
496 (presentFenceWaitStartTime - (hwcPresentStartTime + hwcPresentDelayDuration)); in estimateTimelineFromReference()
497 estimated.probablyWaitsForPresentFence = fenceTime > estimated.presentFenceWaitStartTime; in estimateTimelineFromReference()
500 : estimated.presentFenceWaitStartTime); in estimateTimelineFromReference()
527 timeline.presentFenceWaitStartTime = in calculateDisplayTimeline()
529 timeline.probablyWaitsForPresentFence = fenceTime > timeline.presentFenceWaitStartTime && in calculateDisplayTimeline()
535 : timeline.presentFenceWaitStartTime); in calculateDisplayTimeline()
DPowerAdvisor.h188 nsecs_t presentFenceWaitStartTime = -1; member