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