Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfile.h53 class ChannelsVector : public SortedVector<audio_channel_mask_t>
56 ChannelsVector() = default;
57 ChannelsVector(const ChannelsVector&) = default;
58 ChannelsVector(const SortedVector<audio_channel_mask_t>& sv) : in ChannelsVector() function
60 ChannelsVector& operator=(const ChannelsVector&) = default;
63 ChannelsVector asInMask() const;
65 ChannelsVector asOutMask() const;
75 const ChannelsVector &channelMasks,
79 const ChannelsVector &getChannels() const { return mChannelMasks; } in getChannels()
81 void setChannels(const ChannelsVector &channelMasks);
[all …]
DAudioPort.h146 … void pickChannelMask(audio_channel_mask_t &channelMask, const ChannelsVector &channelMasks) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp35 ChannelsVector ChannelsVector::asInMask() const in asInMask()
37 ChannelsVector inMaskVector; in asInMask()
46 ChannelsVector ChannelsVector::asOutMask() const in asOutMask()
48 ChannelsVector outMaskVector; in asOutMask()
67 ChannelsVector(), SampleRateVector()); in createFullDynamicImpl()
92 const ChannelsVector &channelMasks, in AudioProfile()
99 void AudioProfile::setChannels(const ChannelsVector &channelMasks) in setChannels()
595 void AudioProfileVector::setChannelsFor(const ChannelsVector &channelMasks, audio_format_t format) in setChannelsFor()
DAudioPort.cpp70 ChannelsVector flatenedChannels; in toAudioPort()
75 const ChannelsVector &channelsToExport = profile->getChannels(); in toAudioPort()
201 const ChannelsVector &channelMasks) const in pickChannelMask()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h765 void modifySurroundChannelMasks(ChannelsVector *channelMasksPtr);
DAudioPolicyManager.cpp6084 void AudioPolicyManager::modifySurroundChannelMasks(ChannelsVector *channelMasksPtr) { in modifySurroundChannelMasks()
6085 ChannelsVector &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks()
6146 ChannelsVector channelMasks; in updateAudioProfiles()