Searched refs:mInternalHwcDisplayId (Results 1 – 3 of 3) sorted by relevance
158 hwcDisplayId == mInternalHwcDisplayId ? "internal" : "external", in onHotplug()686 if (hwcDisplayId == mInternalHwcDisplayId) { in disconnectDisplay()687 mInternalHwcDisplayId.reset(); in disconnectDisplay()828 if (isUsingVrComposer() && mInternalHwcDisplayId) { in onHotplugConnect()852 } else if (mInternalHwcDisplayId && mExternalHwcDisplayId) { in onHotplugConnect()858 port = mInternalHwcDisplayId ? HWC_DISPLAY_EXTERNAL : HWC_DISPLAY_PRIMARY; in onHotplugConnect()861 if (!mInternalHwcDisplayId) { in onHotplugConnect()862 mInternalHwcDisplayId = hwcDisplayId; in onHotplugConnect()870 hwcDisplayId == mInternalHwcDisplayId ? "Internal display" in onHotplugConnect()
314 return mInternalHwcDisplayId; in getInternalHwcDisplayId()363 std::optional<hwc2_display_t> mInternalHwcDisplayId; variable
339 auto& mutableInternalHwcDisplayId() { return getHwComposer().mInternalHwcDisplayId; } in mutableInternalHwcDisplayId()