Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h206 PredictionState getPredictionState() const;
H A DFrameTimeline.cpp388 PredictionState SurfaceFrame::getPredictionState() const { in getPredictionState() function in android::frametimeline::SurfaceFrame
726 if (getPredictionState() != PredictionState::Expired) { in trace()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTimelineTest.cpp212 EXPECT_EQ(surfaceFrame->getPredictionState(), PredictionState::None); in TEST_F()
223 EXPECT_EQ(surfaceFrame->getPredictionState(), PredictionState::Expired); in TEST_F()
233 EXPECT_EQ(surfaceFrame->getPredictionState(), PredictionState::Valid); in TEST_F()