/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_DisplayModeSwitching.cpp | 125 setActiveConfigWithConstraints(PrimaryDisplayVariant::HWC_DISPLAY_ID, in TEST_F() 162 setActiveConfigWithConstraints(PrimaryDisplayVariant::HWC_DISPLAY_ID, in TEST_F() 188 setActiveConfigWithConstraints(PrimaryDisplayVariant::HWC_DISPLAY_ID, in TEST_F() 201 setActiveConfigWithConstraints(PrimaryDisplayVariant::HWC_DISPLAY_ID, in TEST_F() 233 setActiveConfigWithConstraints(PrimaryDisplayVariant::HWC_DISPLAY_ID, in TEST_F() 315 setActiveConfigWithConstraints(kInnerDisplayHwcId, in TEST_F() 348 setActiveConfigWithConstraints(kOuterDisplayHwcId, in TEST_F()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | MockComposerHal.h | 41 MOCK_METHOD4(setActiveConfigWithConstraints,
|
D | SFFakeHwc_test.cpp | 443 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 2, _, _)) in Test_HotplugTwoSeparateConfigs() 550 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 3, _, _)) in Test_HotplugTwoConfigsSameGroup() 667 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 3, _, _)) in Test_HotplugThreeConfigsMixedGroups() 714 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 4, _, _)) in Test_HotplugThreeConfigsMixedGroups() 761 EXPECT_CALL(*mMockComposer, setActiveConfigWithConstraints(EXTERNAL_DISPLAY, 5, _, _)) in Test_HotplugThreeConfigsMixedGroups() 950 setActiveConfigWithConstraints(hwcDisplayId, hwcId, _, _)) in Test_SubsequentHotplugConnectUpdatesDisplay()
|
D | FakeComposerClient.cpp | 755 V2_4::Error FakeComposerClient::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in FakeComposerClient 761 return mMockHal->setActiveConfigWithConstraints(display, config, in setActiveConfigWithConstraints()
|
D | FakeComposerClient.h | 237 V2_4::Error setActiveConfigWithConstraints(
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 85 MOCK_METHOD(hal::Error, setActiveConfigWithConstraints,
|
D | MockComposer.h | 140 MOCK_METHOD4(setActiveConfigWithConstraints,
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 153 [[nodiscard]] virtual hal::Error setActiveConfigWithConstraints( 235 hal::Error setActiveConfigWithConstraints(hal::HWConfigId configId,
|
D | AidlComposerHal.h | 197 V2_4::Error setActiveConfigWithConstraints(
|
D | ComposerHal.h | 250 virtual V2_4::Error setActiveConfigWithConstraints(
|
D | HWC2.cpp | 401 Error Display::setActiveConfigWithConstraints(hal::HWConfigId configId, in setActiveConfigWithConstraints() function in android::HWC2::impl::Display 412 auto intError = mComposer.setActiveConfigWithConstraints(mId, configId, hwc2Constraints, in setActiveConfigWithConstraints()
|
D | HidlComposerHal.h | 306 V2_4::Error setActiveConfigWithConstraints(
|
D | HidlComposerHal.cpp | 1200 V2_4::Error HidlComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::HidlComposer 1210 mClient_2_4->setActiveConfigWithConstraints(display, config, vsyncPeriodChangeConstraints, in setActiveConfigWithConstraints()
|
D | AidlComposerHal.cpp | 978 V2_4::Error AidlComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::AidlComposer 985 ->setActiveConfigWithConstraints(translate<int64_t>(display), in setActiveConfigWithConstraints()
|
D | HWComposer.cpp | 603 auto error = mDisplayData[displayId].hwcDisplay->setActiveConfigWithConstraints(hwcModeId, in setActiveModeWithConstraints()
|
/frameworks/native/services/surfaceflinger/fuzzer/ |
D | surfaceflinger_displayhardware_fuzzer.cpp | 369 composer->setActiveConfigWithConstraints(display, Config{}, in invokeComposerHal2_4()
|