Searched refs:mInternalHwcDisplayId (Results 1 – 3 of 3) sorted by relevance
288 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()
376 return mInternalHwcDisplayId; in getInternalHwcDisplayId()426 std::optional<hal::HWDisplayId> mInternalHwcDisplayId; variable
441 auto& mutableInternalHwcDisplayId() { return getHwComposer().mInternalHwcDisplayId; } in mutableInternalHwcDisplayId()