/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioContainers.h | 53 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask() argument 55 for (const auto &channel : channelMasks) { in asInMask() 63 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask() argument 65 for (const auto &channel : channelMasks) { in asOutMask()
|
D | AudioProfile.h | 35 AudioProfile(audio_format_t format, audio_channel_mask_t channelMasks, uint32_t samplingRate); 37 const ChannelMaskSet &channelMasks, 43 void setChannels(const ChannelMaskSet &channelMasks);
|
/frameworks/base/media/java/android/media/ |
D | AudioPort.java | 87 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioPort() argument 94 mChannelMasks = channelMasks; in AudioPort() 142 public int[] channelMasks() { in channelMasks() method in AudioPort
|
D | AudioMixPort.java | 37 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioMixPort() argument 39 super(handle, role, deviceName, samplingRates, channelMasks, channelIndexMasks, in AudioMixPort()
|
D | AudioDevicePort.java | 41 int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, in AudioDevicePort() argument 46 deviceName, samplingRates, channelMasks, channelIndexMasks, formats, gains); in AudioDevicePort()
|
D | AudioDeviceInfo.java | 342 return mPort.channelMasks(); in getChannelMasks()
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioProfile.cpp | 49 audio_channel_mask_t channelMasks, in AudioProfile() argument 54 mChannelMasks.insert(channelMasks); in AudioProfile() 59 const ChannelMaskSet &channelMasks, in AudioProfile() argument 63 mChannelMasks(channelMasks), in AudioProfile() 66 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels() argument 69 mChannelMasks = channelMasks; in setChannels()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | PolicyAudioPort.cpp | 119 const ChannelMaskSet &channelMasks) const in pickChannelMask() 127 for (const auto channelMask : channelMasks) { in pickChannelMask() 148 for (const auto channelMask : channelMasks) { in pickChannelMask()
|
D | AudioProfileVectorHelper.cpp | 221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask() local 222 if (channelMasks.empty()) { in checkCompatibleChannelMask() 231 for (const auto &supported : channelMasks) { in checkCompatibleChannelMask()
|
D | Serializer.cpp | 107 static constexpr const char *channelMasks = "channelMasks"; member 403 std::string channels = getXmlAttribute(cur, Attributes::channelMasks); in deserialize()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | PolicyAudioPort.h | 115 const ChannelMaskSet &channelMasks) const;
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 6184 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks() local 6190 for (auto it = channelMasks.begin(); it != channelMasks.end();) { in modifySurroundChannelMasks() 6194 it = channelMasks.erase(it); in modifySurroundChannelMasks() 6204 for (audio_channel_mask_t channelMask : channelMasks) { in modifySurroundChannelMasks() 6212 channelMasks.insert(AUDIO_CHANNEL_OUT_5POINT1); in modifySurroundChannelMasks() 6245 ChannelMaskSet channelMasks; in updateAudioProfiles() local 6270 channelMasks = channelMasksFromString(reply.string()); in updateAudioProfiles() 6273 modifySurroundChannelMasks(&channelMasks); in updateAudioProfiles() 6278 profiles, new AudioProfile(format, channelMasks, samplingRates)); in updateAudioProfiles()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 960 if (!intArrayContains(audioSink.channelMasks(), sinkChannelMask)) { in updateAudioConfigLocked() 984 for (int inChannelMask : mAudioSource.channelMasks()) { in updateAudioConfigLocked()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 947 for (int mask : devicePort.channelMasks()) { in configureHdmiPlugIntent()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 34682 Landroid/media/AudioPort;->channelMasks()[I
|