Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp218 const auto& performanceRate = getMaxSupportedRefreshRate(*refreshRateConfigs); in TEST_F() local
221 ASSERT_EQ(mExpected90Config, performanceRate); in TEST_F()
226 ASSERT_EQ(performanceRateByPolicy, performanceRate); in TEST_F()
235 const auto& performanceRate = getMaxSupportedRefreshRate(*refreshRateConfigs); in TEST_F() local
250 ASSERT_EQ(mExpected90DifferentGroupConfig, performanceRate); in TEST_F()
261 const auto& performanceRate = getMaxSupportedRefreshRate(*refreshRateConfigs); in TEST_F() local
276 ASSERT_EQ(mExpected90DifferentResolutionConfig, performanceRate); in TEST_F()
287 auto performanceRate = refreshRateConfigs->getMaxRefreshRateByPolicy(); in TEST_F() local
290 ASSERT_EQ(mExpected90Config, performanceRate); in TEST_F()