Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp421 struct PredictorTest : public testing::Test { struct
422 PredictorTest() { in PredictorTest() function
428 ~PredictorTest() { in ~PredictorTest() argument
435 TEST_F(PredictorTest, getPredictedPlan_emptyLayersWithoutExactMatch_returnsNullopt) { in TEST_F() argument
440 TEST_F(PredictorTest, getPredictedPlan_recordCandidateAndRetrieveExactMatch) { in TEST_F() argument
465 TEST_F(PredictorTest, getPredictedPlan_recordCandidateAndRetrieveApproximateMatch) { in TEST_F() argument
502 TEST_F(PredictorTest, recordMissedPlan_skipsApproximateMatch) { in TEST_F() argument
/frameworks/native/services/surfaceflinger/CompositionEngine/
DAndroid.bp110 "tests/planner/PredictorTest.cpp",