Home
last modified time | relevance | path

Searched refs:getChannelMapping (Results 1 – 5 of 5) 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.java316 public List<Pair<Integer, Integer>> getChannelMapping() { in getChannelMapping() method in MicrophoneInfo
/frameworks/av/include/media/
DMicrophoneInfo.h185 const Vector<int>& getChannelMapping() const { in getChannelMapping() function
/frameworks/base/non-updatable-api/
Dcurrent.txt26136 … public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getChannelMapping();
/frameworks/base/api/
Dcurrent.txt26214 … public java.util.List<android.util.Pair<java.lang.Integer,java.lang.Integer>> getChannelMapping();