Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp612 idleDuration += displayTiming.probablyWaitsForPresentFence in estimateWorkDuration()
710 timeline.probablyWaitsForPresentFence = fenceTime > timeline.presentFenceWaitStartTime && in calculateDisplayTimeline()
715 (timeline.probablyWaitsForPresentFence ? fenceTime in calculateDisplayTimeline()
DPowerAdvisor.h181 bool probablyWaitsForPresentFence = false; member