Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h137 hal::HWConfigId getHwcId() const { return mHwcId; } in getHwcId() function
185 return lhs.getHwcId() == rhs.getHwcId() && lhs.getResolution() == rhs.getResolution() && in equalsExceptDisplayModeId()
193 ftl::to_underlying(mode.getId()), mode.getHwcId(), mode.getWidth(), in to_string()
/frameworks/native/services/surfaceflinger/Display/
DDisplaySnapshot.cpp42 return pair.second->getHwcId() == hwcId; in translateModeId()
DDisplayModeController.cpp202 if (mComposerPtr->setActiveModeWithConstraints(displayId, mode.getHwcId(), constraints, in initiateModeChange()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplayMode.h57 return DisplayMode::Builder(modePtr->getHwcId()) in cloneForDisplay()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayModeControllerTest.cpp102 const hal::HWConfigId hwcModeId = request.mode.modePtr->getHwcId(); in expectModeSet()
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp301 .modePtr->getHwcId()); in setupNewDisplayDeviceInternalTest()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1698 [](const DisplayModePtr& mode) { return mode->getHwcId(); }); in setBootDisplayMode()
3562 return pair.second->getHwcId() == activeModeHwcIdOpt; in loadDisplayModes()