Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp86 case LayerVoteType::ExplicitExact: in layerVoteTypeString()
127 case LayerVoteType::ExplicitExact: in isVoteAllowed()
200 if (layer.vote == LayerVoteType::ExplicitExact) { in calculateLayerScoreLocked()
305 case LayerVoteType::ExplicitExact: in getBestRefreshRateLocked()
416 layer.vote == LayerVoteType::ExplicitExact))) { in getBestRefreshRateLocked()
552 layer->vote != LayerVoteType::ExplicitExact); in getFrameRateOverrides()
DLayerHistory.cpp70 traceType(LayerHistory::LayerVoteType::ExplicitExact, fps); in trace()
199 return LayerVoteType::ExplicitExact; in partitionLayers()
DRefreshRateConfigs.h213 ExplicitExact, // Specific refresh rate that was provided by the app with enumerator
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateConfigsTest.cpp1865 explicitExactLayer.vote = LayerVoteType::ExplicitExact; in TEST_F()
1907 explicitExactLayer.vote = LayerVoteType::ExplicitExact; in TEST_F()
2021 explicitExactLayer.vote = LayerVoteType::ExplicitExact; in TEST_F()
2250 layers[0].vote = LayerVoteType::ExplicitExact; in TEST_F()