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.cpp492 NonBufferHash hashTwo = getNonBufferHash({&layerStateTwo}); in TEST_F() local
496 auto predictedPlan = predictor.getPredictedPlan({&layerStateTwo}, hashTwo); in TEST_F()
529 NonBufferHash hashTwo = getNonBufferHash({&layerStateTwo}); in TEST_F() local
533 auto predictedPlan = predictor.getPredictedPlan({&layerStateTwo}, hashTwo); in TEST_F()
539 predictor.recordResult(predictedPlan, hashTwo, {&layerStateTwo}, false, planTwo); in TEST_F()
545 auto predictedPlanTwo = predictor.getPredictedPlan({&layerStateTwo}, hashTwo); in TEST_F()