Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h221 virtual status_t setActiveModeWithConstraints(PhysicalDisplayId, hal::HWConfigId,
355 status_t setActiveModeWithConstraints(PhysicalDisplayId, hal::HWConfigId,
H A DHWComposer.cpp650 status_t HWComposer::setActiveModeWithConstraints( in setActiveModeWithConstraints() function in android::impl::HWComposer
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockHWComposer.h100 MOCK_METHOD4(setActiveModeWithConstraints,
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp184 return mHwComposer.setActiveModeWithConstraints(getPhysicalId(), info.mode->getHwcId(), in initiateModeChange()