Searched refs:presentFenceWaitStartTime (Results 1 – 2 of 2) sorted by relevance
429 ? 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()
188 nsecs_t presentFenceWaitStartTime = -1; member