Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java744 List<HotplugDetectionAction> hotplugActions in launchDeviceDiscovery()
746 if (hotplugActions.isEmpty()) { in launchDeviceDiscovery()
1347 List<HotplugDetectionAction> hotplugActions = getActions(HotplugDetectionAction.class); in onHotplug() local
1348 if (!hotplugActions.isEmpty()) { in onHotplug()
1352 hotplugActions.get(0).pollAllDevicesNow(); in onHotplug()
DHdmiCecLocalDevicePlayback.java168 List<HotplugDetectionAction> hotplugActions = in launchDeviceDiscovery()
170 if (hotplugActions.isEmpty()) { in launchDeviceDiscovery()