Home
last modified time | relevance | path

Searched refs:kPredictionExpiredStartTimeDelta (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h216 static constexpr nsecs_t kPredictionExpiredStartTimeDelta = variable
H A DFrameTimeline.cpp668 static_cast<uint64_t>(endTime - kPredictionExpiredStartTimeDelta)); in traceActuals()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTimelineTest.cpp1337 static_cast<uint64_t>(appEndTime - SurfaceFrame::kPredictionExpiredStartTimeDelta)); in TEST_F()
1412 static_cast<uint64_t>(sfStartTime - SurfaceFrame::kPredictionExpiredStartTimeDelta)); in TEST_F()