Home
last modified time | relevance | path

Searched refs:mInternalHwcDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp282 if (!mInternalHwcDisplayId) { in allocatePhysicalDisplay()
283 mInternalHwcDisplayId = hwcDisplayId; in allocatePhysicalDisplay()
284 } else if (mInternalHwcDisplayId != hwcDisplayId && !mExternalHwcDisplayId) { in allocatePhysicalDisplay()
375 const auto FALLBACK_TYPE = hwcDisplay->getId() == mInternalHwcDisplayId in getDisplayConnectionType()
682 if (hwcDisplayId == mInternalHwcDisplayId) { in disconnectDisplay()
683 mInternalHwcDisplayId.reset(); in disconnectDisplay()
871 if (!mHasMultiDisplaySupport && mInternalHwcDisplayId && mExternalHwcDisplayId) { in shouldIgnoreHotplugConnect()
912 const bool isPrimary = !mInternalHwcDisplayId; in onHotplugConnect()
H A DHWComposer.h371 return mInternalHwcDisplayId; in getInternalHwcDisplayId()
421 std::optional<hal::HWDisplayId> mInternalHwcDisplayId; variable
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h442 auto& mutableInternalHwcDisplayId() { return getHwComposer().mInternalHwcDisplayId; } in mutableInternalHwcDisplayId()