Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1259 ArrayList<Integer> allLocalDeviceTypes = new ArrayList<>(mCecLocalDevices); in getCecLocalDeviceTypes() local
1262 && !allLocalDeviceTypes.contains(HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM) in getCecLocalDeviceTypes()
1265 allLocalDeviceTypes.add(HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in getCecLocalDeviceTypes()
1267 return allLocalDeviceTypes; in getCecLocalDeviceTypes()