Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHotplugDetectionAction.java195 BitSet currentInfosWithPhysicalAddress = infoListToBitSet(deviceInfoList, audioOnly, true); in checkHotplug() local
196 BitSet added = complement(polledResult, currentInfosWithPhysicalAddress); in checkHotplug()