Home
last modified time | relevance | path

Searched refs:getChannelMapping (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_media_MicrophoneInfo.cpp96 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()
/frameworks/base/media/java/android/media/
DMicrophoneInfo.java320 public List<Pair<Integer, Integer>> getChannelMapping() { in getChannelMapping() method in MicrophoneInfo
/frameworks/av/include/media/
DMicrophoneInfo.h173 const std::vector<int>& getChannelMapping() const { in getChannelMapping() function
/frameworks/base/core/api/
Dcurrent.txt23504 … public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getChannelMapping();