Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayModeSwitching.cpp125 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/
DMockComposerHal.h41 MOCK_METHOD4(setActiveConfigWithConstraints,
DSFFakeHwc_test.cpp443 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()
DFakeComposerClient.cpp755 V2_4::Error FakeComposerClient::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in FakeComposerClient
761 return mMockHal->setActiveConfigWithConstraints(display, config, in setActiveConfigWithConstraints()
DFakeComposerClient.h237 V2_4::Error setActiveConfigWithConstraints(
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h85 MOCK_METHOD(hal::Error, setActiveConfigWithConstraints,
DMockComposer.h140 MOCK_METHOD4(setActiveConfigWithConstraints,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h153 [[nodiscard]] virtual hal::Error setActiveConfigWithConstraints(
235 hal::Error setActiveConfigWithConstraints(hal::HWConfigId configId,
DAidlComposerHal.h197 V2_4::Error setActiveConfigWithConstraints(
DComposerHal.h250 virtual V2_4::Error setActiveConfigWithConstraints(
DHWC2.cpp401 Error Display::setActiveConfigWithConstraints(hal::HWConfigId configId, in setActiveConfigWithConstraints() function in android::HWC2::impl::Display
412 auto intError = mComposer.setActiveConfigWithConstraints(mId, configId, hwc2Constraints, in setActiveConfigWithConstraints()
DHidlComposerHal.h306 V2_4::Error setActiveConfigWithConstraints(
DHidlComposerHal.cpp1200 V2_4::Error HidlComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::HidlComposer
1210 mClient_2_4->setActiveConfigWithConstraints(display, config, vsyncPeriodChangeConstraints, in setActiveConfigWithConstraints()
DAidlComposerHal.cpp978 V2_4::Error AidlComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::AidlComposer
985 ->setActiveConfigWithConstraints(translate<int64_t>(display), in setActiveConfigWithConstraints()
DHWComposer.cpp603 auto error = mDisplayData[displayId].hwcDisplay->setActiveConfigWithConstraints(hwcModeId, in setActiveModeWithConstraints()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_displayhardware_fuzzer.cpp369 composer->setActiveConfigWithConstraints(display, Config{}, in invokeComposerHal2_4()