Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceAudioSystem.java618 ArrayList<byte[]> sads = new ArrayList<>(audioFormatCodes.length); in getSupportedShortAudioDescriptors() local
624 sads.add(sad); in getSupportedShortAudioDescriptors()
632 return getShortAudioDescriptorBytes(sads); in getSupportedShortAudioDescriptors()
652 ArrayList<byte[]> sads = new ArrayList<>(audioFormatCodes.length); in getSupportedShortAudioDescriptorsFromConfig() local
660 sads.add(sad); in getSupportedShortAudioDescriptorsFromConfig()
664 return getShortAudioDescriptorBytes(sads); in getSupportedShortAudioDescriptorsFromConfig()
667 private byte[] getShortAudioDescriptorBytes(ArrayList<byte[]> sads) { in getShortAudioDescriptorBytes() argument
669 byte[] bytes = new byte[sads.size() * 3]; in getShortAudioDescriptorBytes()
671 for (byte[] sad : sads) { in getShortAudioDescriptorBytes()