Home
last modified time | relevance | path

Searched refs:setActiveModeWithConstraints (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWComposer.h102 MOCK_METHOD(status_t, setActiveModeWithConstraints,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h268 virtual status_t setActiveModeWithConstraints(PhysicalDisplayId, hal::HWConfigId,
466 status_t setActiveModeWithConstraints(PhysicalDisplayId, hal::HWConfigId,
DHWComposer.cpp734 status_t HWComposer::setActiveModeWithConstraints( in setActiveModeWithConstraints() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/Display/
DDisplayModeController.cpp217 const auto error = mComposerPtr->setActiveModeWithConstraints(displayId, mode.getHwcId(), in initiateModeChange()