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