Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp158 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()
DHWComposer.h314 return mInternalHwcDisplayId; in getInternalHwcDisplayId()
363 std::optional<hwc2_display_t> mInternalHwcDisplayId; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h339 auto& mutableInternalHwcDisplayId() { return getHwComposer().mInternalHwcDisplayId; } in mutableInternalHwcDisplayId()