Searched defs:sads (Results 1 – 3 of 3) sorted by relevance
195 final AdiDeviceState sads = (AdiDeviceState) obj; in equals() local
542 ArrayList<byte[]> sads = new ArrayList<>(audioCodecs.length); in getSupportedShortAudioDescriptors() local576 ArrayList<byte[]> sads = new ArrayList<>(audioCodecs.length); in getSupportedShortAudioDescriptorsFromConfig() local591 private byte[] getShortAudioDescriptorBytes(ArrayList<byte[]> sads) { in getShortAudioDescriptorBytes()
85 private static byte[] concatenateSads(List<byte[]> sads) { in concatenateSads()