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.cpp440 struct PredictorTest : public testing::Test { struct
441 PredictorTest() { in PredictorTest() function
447 ~PredictorTest() { in ~PredictorTest() argument
454 TEST_F(PredictorTest, getPredictedPlan_emptyLayersWithoutExactMatch_returnsNullopt) { in TEST_F() argument
459 TEST_F(PredictorTest, getPredictedPlan_recordCandidateAndRetrieveExactMatch) { in TEST_F() argument
484 TEST_F(PredictorTest, getPredictedPlan_recordCandidateAndRetrieveApproximateMatch) { in TEST_F() argument
524 TEST_F(PredictorTest, recordMissedPlan_skipsApproximateMatch) { in TEST_F() argument
/frameworks/native/services/surfaceflinger/CompositionEngine/
DAndroid.bp146 "tests/planner/PredictorTest.cpp",