Home
last modified time | relevance | path

Searched refs:getHwcId (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayMode.h120 hal::HWConfigId getHwcId() const { return mHwcId; } in getHwcId() function
159 mode.getId().value(), mode.getHwcId(), mode.getWidth(), in to_string()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp286 EXPECT_EQ(Case::Display::HWC_ACTIVE_CONFIG_ID, device->getActiveMode()->getHwcId()); in setupNewDisplayDeviceInternalTest()
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp184 return mHwComposer.setActiveModeWithConstraints(getPhysicalId(), info.mode->getHwcId(), in initiateModeChange()
H A DSurfaceFlinger.cpp2590 return mode->getHwcId() == *activeModeHwcId; in loadDisplayModes()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.cpp69 getModeId().value(), mode->getHwcId(), getFps().getValue(), in toString()