Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayModeControllerTest.cpp105 setActiveConfigWithConstraints(kHwcDisplayId, hwcModeId, constraints, _)) in expectModeSet()
DSurfaceFlinger_DisplayModeSwitching.cpp33 setActiveConfigWithConstraints(displayId, \
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h86 MOCK_METHOD(hal::Error, setActiveConfigWithConstraints,
DMockComposer.h144 MOCK_METHOD4(setActiveConfigWithConstraints,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h167 [[nodiscard]] virtual hal::Error setActiveConfigWithConstraints(
251 hal::Error setActiveConfigWithConstraints(hal::HWConfigId configId,
DAidlComposerHal.h208 V2_4::Error setActiveConfigWithConstraints(
DComposerHal.h262 virtual V2_4::Error setActiveConfigWithConstraints(
DHWC2.cpp427 Error Display::setActiveConfigWithConstraints(hal::HWConfigId configId, in setActiveConfigWithConstraints() function in android::HWC2::impl::Display
445 auto intError = mComposer.setActiveConfigWithConstraints(mId, configId, hwc2Constraints, in setActiveConfigWithConstraints()
DHidlComposerHal.h311 V2_4::Error setActiveConfigWithConstraints(
DHidlComposerHal.cpp1274 V2_4::Error HidlComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::HidlComposer
1284 mClient_2_4->setActiveConfigWithConstraints(display, config, vsyncPeriodChangeConstraints, in setActiveConfigWithConstraints()
DAidlComposerHal.cpp1381 V2_4::Error AidlComposer::setActiveConfigWithConstraints( in setActiveConfigWithConstraints() function in android::Hwc2::AidlComposer
1388 ->setActiveConfigWithConstraints(translate<int64_t>(display), in setActiveConfigWithConstraints()
DHWComposer.cpp676 auto error = mDisplayData[displayId].hwcDisplay->setActiveConfigWithConstraints(hwcModeId, in setActiveModeWithConstraints()