Searched refs:deviceSupportedAudioFormats (Results 1 – 1 of 1) sorted by relevance
612 int[] deviceSupportedAudioFormats = deviceInfo.getEncodings(); in getSupportedShortAudioDescriptor() local614 if (!AUDIO_CODECS_MAP.containsKey(audioCodec) || deviceSupportedAudioFormats.length == 0) { in getSupportedShortAudioDescriptor()619 for (int supportedAudioFormat : deviceSupportedAudioFormats) { in getSupportedShortAudioDescriptor()