Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1372 ArrayList<Integer> allLocalDeviceTypes = new ArrayList<>(mCecLocalDevices); in getCecLocalDeviceTypes() local
1373 if (isDsmEnabled() && !allLocalDeviceTypes.contains(HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM) in getCecLocalDeviceTypes()
1375 allLocalDeviceTypes.add(HdmiDeviceInfo.DEVICE_AUDIO_SYSTEM); in getCecLocalDeviceTypes()
1377 return allLocalDeviceTypes; in getCecLocalDeviceTypes()