Searched refs:getChannelMapping (Results 1 – 5 of 5) 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()
316 public List<Pair<Integer, Integer>> getChannelMapping() { in getChannelMapping() method in MicrophoneInfo
185 const Vector<int>& getChannelMapping() const { in getChannelMapping() function
26136 … public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getChannelMapping();
26214 … public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getChannelMapping();