Home
last modified time | relevance | path

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

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