Searched refs:ExplicitDefault (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateSelectorTest.cpp | 278 .vote = LayerVoteType::ExplicitDefault, in testFrameRateCategoryWithMultipleLayers() 717 lr1.vote = LayerVoteType::ExplicitDefault; in TEST_P() 736 lr2.vote = LayerVoteType::ExplicitDefault; in TEST_P() 752 lr2.vote = LayerVoteType::ExplicitDefault; in TEST_P() 757 lr1.vote = LayerVoteType::ExplicitDefault; in TEST_P() 768 lr2.vote = LayerVoteType::ExplicitDefault; in TEST_P() 776 lr2.vote = LayerVoteType::ExplicitDefault; in TEST_P() 781 lr1.vote = LayerVoteType::ExplicitDefault; in TEST_P() 800 lr1.vote = LayerVoteType::ExplicitDefault; in TEST_P() 819 lr2.vote = LayerVoteType::ExplicitDefault; in TEST_P() [all …]
|
D | LayerInfoTest.cpp | 200 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() 214 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() 234 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() 247 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F()
|
D | LayerHistoryTest.cpp | 313 ASSERT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summary[0].vote); in TEST_F() 331 ASSERT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summary[0].vote); in TEST_F() 347 ASSERT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summary[0].vote); in TEST_F() 504 EXPECT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summarizeLayerHistory(time)[0].vote); in TEST_F() 513 EXPECT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summarizeLayerHistory(time)[0].vote); in TEST_F() 769 EXPECT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summarizeLayerHistory(time)[1].vote); in TEST_F() 1491 ASSERT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summary[0].vote); in TEST_F()
|
D | LayerHistoryIntegrationTest.cpp | 252 EXPECT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summarizeLayerHistory(time)[0].vote); in TEST_F() 851 ASSERT_EQ(LayerHistory::LayerVoteType::ExplicitDefault, summary[0].vote); in TEST_F()
|
D | SchedulerTest.cpp | 306 lr2.vote = RefreshRateSelector::LayerVoteType::ExplicitDefault; in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerHistory.cpp | 80 traceType(LayerHistory::LayerVoteType::ExplicitDefault, fps); in trace() 273 return LayerVoteType::ExplicitDefault; in partitionLayers() 306 info->isVisible() ? LayerVoteType::ExplicitDefault : LayerVoteType::NoVote; in partitionLayers()
|
D | RefreshRateSelector.cpp | 333 if (layer.vote == LayerVoteType::ExplicitDefault) { in calculateNonExactMatchingLayerScoreLocked() 554 case LayerVoteType::ExplicitDefault: in getRankedFrameRatesLocked() 728 (layer.vote == LayerVoteType::ExplicitDefault || in getRankedFrameRatesLocked() 753 case LayerVoteType::ExplicitDefault: in getRankedFrameRatesLocked() 997 case LayerVoteType::ExplicitDefault: in getFrameRateOverrides() 1035 LOG_ALWAYS_FATAL_IF(layer->vote != LayerVoteType::ExplicitDefault && in getFrameRateOverrides()
|
D | RefreshRateSelector.h | 151 ExplicitDefault, // Specific refresh rate that was provided by the app with Default enumerator
|
D | LayerInfo.cpp | 328 mLayerVote.type != LayerHistory::LayerVoteType::ExplicitDefault) { in getRefreshRateVote()
|