Searched refs:getChannelMapping (Results 1 – 4 of 4) sorted by relevance
96 if (microphoneInfo->getChannelMapping().size() != AUDIO_CHANNEL_COUNT_MAX) { in convertMicrophoneInfoFromNative()101 for (size_t i = 0; i < microphoneInfo->getChannelMapping().size(); i++) { in convertMicrophoneInfoFromNative()102 int channelMappingType = microphoneInfo->getChannelMapping()[i]; in convertMicrophoneInfoFromNative()
320 public List<Pair<Integer, Integer>> getChannelMapping() { in getChannelMapping() method in MicrophoneInfo
173 const std::vector<int>& getChannelMapping() const { in getChannelMapping() function
23504 … public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getChannelMapping();