Searched refs:determineCommonCodecSettings (Results 1 – 1 of 1) sorted by relevance
1625 int selectedCodec = determineCommonCodecSettings(localDevice.getAudioCodecs(), in determineAudioConfig()1631 int amrMode = determineCommonCodecSettings(localDevice.getAmrModes(), in determineAudioConfig()1637 int evsMode = determineCommonCodecSettings(localDevice.getEvsModes(), in determineAudioConfig()1639 int evsBand = determineCommonCodecSettings(localDevice.getEvsBandwidths(), in determineAudioConfig()1668 private int determineCommonCodecSettings(Set<Integer> localSet, Set<Integer> remoteSet, in determineCommonCodecSettings() method in MainActivity