Home
last modified time | relevance | path

Searched refs:ChannelsVector (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h30 typedef SortedVector<audio_channel_mask_t> ChannelsVector; typedef
50 const ChannelsVector &channelMasks, in AudioProfile()
60 void setChannels(const ChannelsVector &channelMasks) in setChannels()
66 const ChannelsVector &getChannels() const { return mChannelMasks; } in getChannels()
127 ChannelsVector mChannelMasks;
318 void setChannelsFor(const ChannelsVector &channelMasks, audio_format_t format) in setChannelsFor()
DAudioPort.h146 … void pickChannelMask(audio_channel_mask_t &channelMask, const ChannelsVector &channelMasks) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp76 ChannelsVector flatenedChannels; in toAudioPort()
81 const ChannelsVector &channelsToExport = mProfiles[profileIndex]->getChannels(); in toAudioPort()
189 const ChannelsVector &channelMasks) const in pickChannelMask()
DSerializer.cpp244 ChannelsVector(), SampleRateVector()); in deserialize()
322 ChannelsVector(), SampleRateVector()); in deserialize()
DConfigParsingUtils.cpp159 ChannelsVector channels; in loadHwModuleProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h600 void filterSurroundChannelMasks(ChannelsVector *channelMasksPtr);
DAudioPolicyManager.cpp5863 void AudioPolicyManager::filterSurroundChannelMasks(ChannelsVector *channelMasksPtr) { in AudioPolicyManager()
5864 ChannelsVector &channelMasks = *channelMasksPtr; in AudioPolicyManager()
5925 ChannelsVector channelMasks; in AudioPolicyManager()