Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp688 } else if (hwcDisplayId == mExternalHwcDisplayId) { in disconnectDisplay()
689 mExternalHwcDisplayId.reset(); in disconnectDisplay()
852 } else if (mInternalHwcDisplayId && mExternalHwcDisplayId) { in onHotplugConnect()
863 } else if (!mExternalHwcDisplayId) { in onHotplugConnect()
864 mExternalHwcDisplayId = hwcDisplayId; in onHotplugConnect()
DHWComposer.h317 return mExternalHwcDisplayId; in getExternalHwcDisplayId()
364 std::optional<hwc2_display_t> mExternalHwcDisplayId; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h340 auto& mutableExternalHwcDisplayId() { return getHwComposer().mExternalHwcDisplayId; } in mutableExternalHwcDisplayId()