Searched refs:forEachTwoConfigs (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 181 void forEachTwoConfigs(Display display, std::function<void(Config, Config)> func) { in forEachTwoConfigs() function in android::hardware::graphics::composer::V2_4::vts::__anonf14260750111::GraphicsComposerHidlTest 400 forEachTwoConfigs(display.get(), [&](Config config1, Config config2) { in TEST_P() 508 forEachTwoConfigs(display.get(), [&](Config config1, Config config2) { in Test_setActiveConfigWithConstraints()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1421 void forEachTwoConfigs(int64_t display, std::function<void(int32_t, int32_t)> func) { in forEachTwoConfigs() function in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerAidlCommandTest 1602 forEachTwoConfigs(display.getDisplayId(), [&](int32_t config1, int32_t config2) { in Test_setActiveConfigWithConstraints() 2546 forEachTwoConfigs(display.getDisplayId(), [&](int32_t config1, int32_t config2) { in TEST_P() 2845 forEachTwoConfigs(displayId, [&](int32_t config1, int32_t config2) { in TEST_P()
|