Searched refs:channelMapping (Results 1 – 5 of 5) 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()
1760 ArrayList<Pair<Integer, Integer>> channelMapping = new ArrayList<>(); in getActiveMicrophones() local1762 channelMapping.add(new Pair(i, MicrophoneInfo.CHANNEL_MAPPING_DIRECT)); in getActiveMicrophones()1764 microphone.setChannelMapping(channelMapping); in getActiveMicrophones()
2003 ArrayList<Pair<Integer, Integer>> channelMapping = new ArrayList<>(); in getActiveMicrophones() local2005 channelMapping.add(new Pair(i, MicrophoneInfo.CHANNEL_MAPPING_DIRECT)); in getActiveMicrophones()2007 microphone.setChannelMapping(channelMapping); in getActiveMicrophones()
86 parcelable->channelMapping = mChannelMapping; in writeToParcelable()122 if (parcelable.channelMapping.size() != AUDIO_CHANNEL_COUNT_MAX) { in readFromParcelable()125 mChannelMapping = parcelable.channelMapping; in readFromParcelable()
34 int[] channelMapping;