Searched refs:channelMapping (Results 1 – 4 of 4) sorted by relevance
172 List<Pair<Integer, Integer>> channelMapping, float sensitivity, float maxSpl, in MicrophoneInfo() argument183 mChannelMapping = channelMapping; in MicrophoneInfo()376 public void setChannelMapping(List<Pair<Integer, Integer>> channelMapping) { in setChannelMapping() argument377 mChannelMapping = channelMapping; in setChannelMapping()
1784 ArrayList<Pair<Integer, Integer>> channelMapping = new ArrayList<>(); in getActiveMicrophones() local1786 channelMapping.add(new Pair(i, MicrophoneInfo.CHANNEL_MAPPING_DIRECT)); in getActiveMicrophones()1788 microphone.setChannelMapping(channelMapping); in getActiveMicrophones()
2218 ArrayList<Pair<Integer, Integer>> channelMapping = new ArrayList<>(); in getActiveMicrophones() local2220 channelMapping.add(new Pair(i, MicrophoneInfo.CHANNEL_MAPPING_DIRECT)); in getActiveMicrophones()2222 microphone.setChannelMapping(channelMapping); in getActiveMicrophones()
96 const auto &channelMapping = micInfo.channel_mapping; in convertMicrophoneInfoFromNative() local97 for (size_t i = 0; i < std::size(channelMapping); i++) { in convertMicrophoneInfoFromNative()98 int channelMappingType = channelMapping[i]; in convertMicrophoneInfoFromNative()