Lines Matching refs:createConfig
63 createConfig(HWC_CONFIG_ID_60, 0, static_cast<int64_t>(1e9f / 60));
65 createConfig(HWC_CONFIG_ID_90, 0, static_cast<int64_t>(1e9f / 90));
67 createConfig(HWC_CONFIG_ID_90, 1, static_cast<int64_t>(1e9f / 90));
69 createConfig(HWC_CONFIG_ID_90, 0, static_cast<int64_t>(1e9f / 90), 111, 222);
71 createConfig(HWC_CONFIG_ID_72, 0, static_cast<int64_t>(1e9f / 72));
73 createConfig(HWC_CONFIG_ID_72, 1, static_cast<int64_t>(1e9f / 72));
75 createConfig(HWC_CONFIG_ID_120, 0, static_cast<int64_t>(1e9f / 120));
77 createConfig(HWC_CONFIG_ID_120, 1, static_cast<int64_t>(1e9f / 120));
79 createConfig(HWC_CONFIG_ID_30, 0, static_cast<int64_t>(1e9f / 30));
112 createConfig(HWC_CONFIG_ID_60, 0, 16666665), "60fps", 60,
131 std::shared_ptr<const HWC2::Display::Config> createConfig(HwcConfigIndexType configId,
152 std::shared_ptr<const HWC2::Display::Config> RefreshRateConfigsTest::createConfig( in createConfig() function in android::scheduler::RefreshRateConfigsTest