Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp428 idleDuration += estimatedTiming.probablyWaitsForPresentFence in estimateWorkDuration()
497 estimated.probablyWaitsForPresentFence = fenceTime > estimated.presentFenceWaitStartTime; in estimateTimelineFromReference()
499 (estimated.probablyWaitsForPresentFence ? fenceTime in estimateTimelineFromReference()
529 timeline.probablyWaitsForPresentFence = fenceTime > timeline.presentFenceWaitStartTime && in calculateDisplayTimeline()
534 (timeline.probablyWaitsForPresentFence ? fenceTime in calculateDisplayTimeline()
DPowerAdvisor.h192 bool probablyWaitsForPresentFence = false; member