Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp288 if (!mInternalHwcDisplayId) { in allocatePhysicalDisplay()
289 mInternalHwcDisplayId = hwcDisplayId; in allocatePhysicalDisplay()
290 } else if (mInternalHwcDisplayId != hwcDisplayId && !mExternalHwcDisplayId) { in allocatePhysicalDisplay()
381 const auto FALLBACK_TYPE = hwcDisplay->getId() == mInternalHwcDisplayId in getDisplayConnectionType()
688 if (hwcDisplayId == mInternalHwcDisplayId) { in disconnectDisplay()
689 mInternalHwcDisplayId.reset(); in disconnectDisplay()
877 if (!mHasMultiDisplaySupport && mInternalHwcDisplayId && mExternalHwcDisplayId) { in shouldIgnoreHotplugConnect()
918 const bool isPrimary = !mInternalHwcDisplayId; in onHotplugConnect()
DHWComposer.h376 return mInternalHwcDisplayId; in getInternalHwcDisplayId()
426 std::optional<hal::HWDisplayId> mInternalHwcDisplayId; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h441 auto& mutableInternalHwcDisplayId() { return getHwComposer().mInternalHwcDisplayId; } in mutableInternalHwcDisplayId()