Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp496 NonBufferHash hashTwo = getNonBufferHash({&layerStateTwo}); in TEST_F() local
500 auto predictedPlan = predictor.getPredictedPlan({&layerStateTwo}, hashTwo); in TEST_F()
533 NonBufferHash hashTwo = getNonBufferHash({&layerStateTwo}); in TEST_F() local
537 auto predictedPlan = predictor.getPredictedPlan({&layerStateTwo}, hashTwo); in TEST_F()
543 predictor.recordResult(predictedPlan, hashTwo, {&layerStateTwo}, false, planTwo); in TEST_F()
549 auto predictedPlanTwo = predictor.getPredictedPlan({&layerStateTwo}, hashTwo); in TEST_F()