Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp82 traceType(LayerHistory::LayerVoteType::ExplicitExact, fps); in trace()
281 return LayerVoteType::ExplicitExact; in partitionLayers()
DRefreshRateSelector.cpp449 if (layer.vote == LayerVoteType::ExplicitExact) { in calculateLayerScoreLocked()
609 case LayerVoteType::ExplicitExact: in getRankedFrameRatesLocked()
777 layer.vote == LayerVoteType::ExplicitExact))) { in getRankedFrameRatesLocked()
802 case LayerVoteType::ExplicitExact: in getRankedFrameRatesLocked()
1060 layer->vote != LayerVoteType::ExplicitExact && in getFrameRateOverrides()
DRefreshRateSelector.h161 ExplicitExact, // Specific refresh rate that was provided by the app with enumerator
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp503 layers[0].vote = LayerVoteType::ExplicitExact; in TEST_P()
894 lr2.vote = LayerVoteType::ExplicitExact; in TEST_P()
1951 lr2.vote = LayerVoteType::ExplicitExact; in TEST_P()
2063 lr2.vote = LayerVoteType::ExplicitExact; in TEST_P()
2512 lr.vote = LayerVoteType::ExplicitExact; in TEST_P()
2722 lr4.vote = LayerVoteType::ExplicitExact; in TEST_P()
3251 explicitExactLayer.vote = LayerVoteType::ExplicitExact; in TEST_P()
3343 explicitExactLayer.vote = LayerVoteType::ExplicitExact; in TEST_P()
3411 testRefreshRate(refreshRate, LayerVoteType::ExplicitExact); in TEST_P()
3661 layers[0].vote = LayerVoteType::ExplicitExact; in TEST_P()
[all …]
DSchedulerTest.cpp238 layer.vote = RefreshRateSelector::LayerVoteType::ExplicitExact; in TEST_F()