Lines Matching refs:channelMasks
51 audio_channel_mask_t channelMasks, in AudioProfile() argument
56 mChannelMasks.insert(channelMasks); in AudioProfile()
61 const ChannelMaskSet &channelMasks, in AudioProfile() argument
63 AudioProfile(format, channelMasks, samplingRateCollection, in AudioProfile()
67 const ChannelMaskSet &channelMasks, in AudioProfile() argument
72 mChannelMasks(channelMasks), in AudioProfile()
76 void AudioProfile::setChannels(const ChannelMaskSet &channelMasks) in setChannels() argument
79 mChannelMasks = channelMasks; in setChannels()
186 parcelable.channelMasks = VALUE_OR_RETURN( in toCommonParcelable()
207 convertContainer<ChannelMaskSet>(aidl.channelMasks, in fromCommonParcelable()
401 ChannelMaskSet channelMasks = SetIntersection(profile->getChannels(), it->second.first); in intersectAudioProfiles() local
402 if (channelMasks.empty()) { in intersectAudioProfiles()
409 profiles.push_back(new AudioProfile(profile->getFormat(), channelMasks, sampleRates)); in intersectAudioProfiles()