Searched refs:sads (Results 1 – 1 of 1) sorted by relevance
618 ArrayList<byte[]> sads = new ArrayList<>(audioFormatCodes.length); in getSupportedShortAudioDescriptors() local624 sads.add(sad); in getSupportedShortAudioDescriptors()632 return getShortAudioDescriptorBytes(sads); in getSupportedShortAudioDescriptors()652 ArrayList<byte[]> sads = new ArrayList<>(audioFormatCodes.length); in getSupportedShortAudioDescriptorsFromConfig() local660 sads.add(sad); in getSupportedShortAudioDescriptorsFromConfig()664 return getShortAudioDescriptorBytes(sads); in getSupportedShortAudioDescriptorsFromConfig()667 private byte[] getShortAudioDescriptorBytes(ArrayList<byte[]> sads) { in getShortAudioDescriptorBytes() argument669 byte[] bytes = new byte[sads.size() * 3]; in getShortAudioDescriptorBytes()671 for (byte[] sad : sads) { in getShortAudioDescriptorBytes()