Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp96 static inline const DisplayModeId HWC_CONFIG_ID_72 = DisplayModeId(2); member in android::scheduler::RefreshRateConfigsTest
109 DisplayModePtr mConfig72 = createDisplayMode(HWC_CONFIG_ID_72, 0, Fps(72.0f).getPeriodNsecs());
111 createDisplayMode(HWC_CONFIG_ID_72, 1, Fps(72.0f).getPeriodNsecs());
327 HWC_CONFIG_ID_72); in TEST_F()
2104 refreshRateConfigs->setCurrentModeId(HWC_CONFIG_ID_72); in TEST_F()