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