Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp555 ExynosDisplay* hotpluggedDisplay = getDisplay(displayId); in onHotPlug() local
556 if (mNumPrimaryDisplays >= 2 && hotpluggedDisplay && in onHotPlug()
557 hotpluggedDisplay->mType == HWC_DISPLAY_EXTERNAL) { in onHotPlug()
559 hotpluggedDisplay->mDisplayTraceName.c_str(), status, hotplugErrorCode); in onHotPlug()
560 auto hotpluggedDisplayIntf = hotpluggedDisplay->mDisplayInterface.get(); in onHotPlug()