Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/common/devices/
DExternalDevice.cpp31 mHotplugEventPending(false), in ExternalDevice()
53 mHotplugEventPending = false; in initialize()
85 mHotplugEventPending = false; in deinitialize()
178 mHotplugEventPending = true; in setDrmMode()
182 mHotplugEventPending = false; in setDrmMode()
201 if (mHotplugEventPending) { in HdcpLinkStatusListener()
204 mHotplugEventPending = false; in HdcpLinkStatusListener()
243 mHotplugEventPending = false; in hotplugListener()
249 mHotplugEventPending = true; in hotplugListener()
253 mHotplugEventPending = false; in hotplugListener()
[all …]
/hardware/intel/img/hwcomposer/include/
DExternalDevice.h65 bool mHotplugEventPending; variable