Home
last modified time | relevance | path

Searched refs:hasDisplayIdentificationData (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp864 bool hasDisplayIdentificationData) const { in shouldIgnoreHotplugConnect()
865 if (mHasMultiDisplaySupport && !hasDisplayIdentificationData) { in shouldIgnoreHotplugConnect()
899 const bool hasDisplayIdentificationData = in onHotplugConnect() local
902 mHasMultiDisplaySupport = hasDisplayIdentificationData; in onHotplugConnect()
907 if (shouldIgnoreHotplugConnect(hwcDisplayId, hasDisplayIdentificationData)) { in onHotplugConnect()
911 info = [this, hwcDisplayId, &port, &data, hasDisplayIdentificationData] { in onHotplugConnect()
919 ALOGW_IF(hasDisplayIdentificationData, in onHotplugConnect()
H A DHWComposer.h405 bool shouldIgnoreHotplugConnect(hal::HWDisplayId, bool hasDisplayIdentificationData) const;