Home
last modified time | relevance | path

Searched refs:channelMasks (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/
DConfigHelper.h71 static vector<AudioConfig> combineAudioConfig(vector<audio_channel_mask_t> channelMasks, in combineAudioConfig()
75 configs.reserve(channelMasks.size() * sampleRates.size()); in combineAudioConfig()
76 for (auto channelMask : channelMasks) { in combineAudioConfig()
89 static vector<AudioConfig> combineAudioConfig(vector<AudioChannelMask> channelMasks, in combineAudioConfig()
93 configs.reserve(channelMasks.size() * sampleRates.size() * formats.size()); in combineAudioConfig()
94 for (auto channelMask : channelMasks) { in combineAudioConfig()
DAudioPrimaryHidlHalTest.h1119 &GetSupported::channelMasks, &IStream::getChannelMask,
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp127 hidl_vec<AudioChannelBitfield> channelMasks; in getSupportedChannelMasks() local
132 channelMasks.resize(halChannelMasks.size()); in getSupportedChannelMasks()
135 channelMasks[i++] = AudioChannelBitfield(channelMask); in getSupportedChannelMasks()
139 if (channelMasks.size() == 0) { in getSupportedChannelMasks()
144 _hidl_cb(channelMasks); in getSupportedChannelMasks()
146 _hidl_cb(result, channelMasks); in getSupportedChannelMasks()
/hardware/interfaces/audio/common/all-versions/default/
DHidlUtils.cpp245 port->channelMasks.resize(halPort.num_channel_masks); in audioPortFromHal()
247 port->channelMasks[i] = EnumBitfield<AudioChannelMask>(halPort.channel_masks[i]); in audioPortFromHal()
294 std::min(port.channelMasks.size(), static_cast<size_t>(AUDIO_PORT_MAX_CHANNEL_MASKS)); in audioPortToHal()
296 halPort->channel_masks[i] = static_cast<audio_channel_mask_t>(port.channelMasks[i]); in audioPortToHal()
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalUtils.h59 static Result channelMasks(IStream* stream, hidl_vec<AudioChannelMask>& channels) { in channelMasks() function
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h71 static Result channelMasks(IStream* stream, in channelMasks() function
/hardware/interfaces/audio/common/4.0/
Dtypes.hal888 vec<bitfield<AudioChannelMask>> channelMasks;
/hardware/interfaces/audio/common/2.0/
Dtypes.hal927 vec<AudioChannelMask> channelMasks;
/hardware/interfaces/audio/common/6.0/
Dtypes.hal1023 vec<bitfield<AudioChannelMask>> channelMasks;
/hardware/interfaces/audio/common/5.0/
Dtypes.hal1017 vec<bitfield<AudioChannelMask>> channelMasks;