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