Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp337 if (layer.vote == LayerVoteType::ExplicitGte) { in calculateNonExactMatchingLayerScoreLocked()
563 case LayerVoteType::ExplicitGte: in getRankedFrameRatesLocked()
755 case LayerVoteType::ExplicitGte: in getRankedFrameRatesLocked()
1038 layer->vote != LayerVoteType::ExplicitGte && in getFrameRateOverrides()
DRefreshRateSelector.h157 ExplicitGte, // Greater than or equal to frame rate provided by the app enumerator
DLayerHistory.cpp284 return LayerVoteType::ExplicitGte; in partitionLayers()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp1205 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1212 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1219 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1226 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1234 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1242 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1250 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1258 lr1.vote = LayerVoteType::ExplicitGte; in TEST_P()
1995 lr2.vote = LayerVoteType::ExplicitGte; in TEST_P()
3711 layers[1].vote = LayerVoteType::ExplicitGte; in TEST_P()
[all …]
DLayerHistoryTest.cpp579 EXPECT_EQ(LayerHistory::LayerVoteType::ExplicitGte, summarizeLayerHistory(time)[0].vote); in TEST_F()
589 EXPECT_EQ(LayerHistory::LayerVoteType::ExplicitGte, summarizeLayerHistory(time)[0].vote); in TEST_F()