HomeSort by relevance Sort by last modified time
    Searched refs:channelMasks (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h 73 AudioProfile(audio_format_t format, audio_channel_mask_t channelMasks, uint32_t samplingRate);
75 const ChannelsVector &channelMasks,
81 void setChannels(const ChannelsVector &channelMasks);
173 void setChannelsFor(const ChannelsVector &channelMasks, audio_format_t format);
AudioPort.h 146 void pickChannelMask(audio_channel_mask_t &channelMask, const ChannelsVector &channelMasks) const;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 201 const ChannelsVector &channelMasks) const
209 for (size_t i = 0; i < channelMasks.size(); i ++) {
212 cnlCount = audio_channel_count_from_in_mask(channelMasks[i]);
214 cnlCount = audio_channel_count_from_out_mask(channelMasks[i]);
217 pickedChannelMask = channelMasks[i];
230 for (size_t i = 0; i < channelMasks.size(); i ++) {
233 cnlCount = audio_channel_count_from_in_mask(channelMasks[i]);
235 cnlCount = audio_channel_count_from_out_mask(channelMasks[i]);
238 pickedChannelMask = channelMasks[i];
AudioProfile.cpp 82 audio_channel_mask_t channelMasks,
87 mChannelMasks.add(channelMasks);
92 const ChannelsVector &channelMasks,
96 mChannelMasks(channelMasks),
99 void AudioProfile::setChannels(const ChannelsVector &channelMasks)
102 mChannelMasks = channelMasks;
595 void AudioProfileVector::setChannelsFor(const ChannelsVector &channelMasks, audio_format_t format)
602 sp<AudioProfile> profileToAdd = new AudioProfile(format, channelMasks,
607 profile->setChannels(channelMasks);
Serializer.cpp 107 static constexpr const char *channelMasks = "channelMasks";
402 std::string channels = getXmlAttribute(cur, Attributes::channelMasks);
  /cts/tests/tests/media/src/android/media/cts/
EnumDevicesTest.java 140 int[] channelMasks = deviceInfo.getChannelMasks();
141 assertNotNull(channelMasks);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 188 milliseconds