Searched refs:ChannelsVector (Results 1 – 6 of 6) sorted by relevance
53 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() function60 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 …]
146 … void pickChannelMask(audio_channel_mask_t &channelMask, const ChannelsVector &channelMasks) const;
35 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()
70 ChannelsVector flatenedChannels; in toAudioPort()75 const ChannelsVector &channelsToExport = profile->getChannels(); in toAudioPort()201 const ChannelsVector &channelMasks) const in pickChannelMask()
765 void modifySurroundChannelMasks(ChannelsVector *channelMasksPtr);
6084 void AudioPolicyManager::modifySurroundChannelMasks(ChannelsVector *channelMasksPtr) { in modifySurroundChannelMasks()6085 ChannelsVector &channelMasks = *channelMasksPtr; in modifySurroundChannelMasks()6146 ChannelsVector channelMasks; in updateAudioProfiles()