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.cpp75 ChannelsVector flatenedChannels; in toAudioPort()
80 const ChannelsVector &channelsToExport = mProfiles[profileIndex]->getChannels(); in toAudioPort()
188 const ChannelsVector &channelMasks) const in pickChannelMask()
DSerializer.cpp243 ChannelsVector(), SampleRateVector()); in deserialize()
321 ChannelsVector(), SampleRateVector()); in deserialize()
DConfigParsingUtils.cpp159 ChannelsVector channels; in loadHwModuleProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h591 void filterSurroundChannelMasks(ChannelsVector *channelMasksPtr);
DAudioPolicyManager.cpp5361 void AudioPolicyManager::filterSurroundChannelMasks(ChannelsVector *channelMasksPtr) { in AudioPolicyManager()
5362 ChannelsVector &channelMasks = *channelMasksPtr; in AudioPolicyManager()
5424 ChannelsVector channelMasks; in AudioPolicyManager()