Home
last modified time | relevance | path

Searched refs:ChannelMaskSet (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h30 using ChannelMaskSet = std::set<audio_channel_mask_t>; variable
64 static inline ChannelMaskSet asInMask(const ChannelMaskSet& channelMasks) { in asInMask()
65 ChannelMaskSet inMaskSet; in asInMask()
74 static inline ChannelMaskSet asOutMask(const ChannelMaskSet& channelMasks) { in asOutMask()
75 ChannelMaskSet outMaskSet; in asOutMask()
DAudioProfile.h38 const ChannelMaskSet &channelMasks,
41 const ChannelMaskSet &channelMasks,
46 const ChannelMaskSet &getChannels() const { return mChannelMasks; } in getChannels()
48 void setChannels(const ChannelMaskSet &channelMasks);
97 ChannelMaskSet mChannelMasks;
/frameworks/av/media/libaudiofoundation/
DAudioProfile.cpp43 ChannelMaskSet(), SampleRateSet()); in createFullDynamic()
61 const ChannelMaskSet &channelMasks, in AudioProfile()
67 const ChannelMaskSet &channelMasks, in AudioProfile()
76 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels()
207 convertContainer<ChannelMaskSet>(aidl.channelMasks, in fromCommonParcelable()
390 std::map<audio_format_t, std::pair<ChannelMaskSet, SampleRateSet>> infos2; in intersectAudioProfiles()
401 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles()
DAudioPort.cpp61 ChannelMaskSet(port.audio_profiles[i].channel_masks, in importAudioPort()
93 ChannelMaskSet flatenedChannels; in toAudioPort()
98 const ChannelMaskSet &channelsToExport = profile->getChannels(); in toAudioPort()
127 const ChannelMaskSet &channelMasks = profile->getChannels(); in toAudioPort()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DPolicyAudioPort.h100 const ChannelMaskSet &channelMasks) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp84 const ChannelMaskSet &channelMaskSet, in setChannelsForAudioProfiles()
221 const ChannelMaskSet channelMasks = audioProfile->getChannels(); in checkCompatibleChannelMask()
DPolicyAudioPort.cpp119 const ChannelMaskSet &channelMasks) const in pickChannelMask()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1031 void modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr);
DAudioPolicyManager.cpp7625 void AudioPolicyManager::modifySurroundChannelMasks(ChannelMaskSet *channelMasksPtr) { in modifySurroundChannelMasks()
7626 ChannelMaskSet &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks()
7688 ChannelMaskSet channelMasks; in updateAudioProfiles()