Home
last modified time | relevance | path

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

/hardware/interfaces/audio/2.0/default/
DStream.cpp128 hidl_vec<AudioChannelMask> channelMasks; in getSupportedChannelMasks() local
133 channelMasks.resize(halChannelMasks.size()); in getSupportedChannelMasks()
135 channelMasks[i] = AudioChannelMask(halChannelMasks[i]); in getSupportedChannelMasks()
138 _hidl_cb(channelMasks); in getSupportedChannelMasks()
/hardware/interfaces/audio/common/2.0/default/
DHidlUtils.cpp233 port->channelMasks.resize(halPort.num_channel_masks); in audioPortFromHal()
235 port->channelMasks[i] = AudioChannelMask(halPort.channel_masks[i]); in audioPortFromHal()
283 std::min(port.channelMasks.size(), static_cast<size_t>(AUDIO_PORT_MAX_CHANNEL_MASKS)); in audioPortToHal()
285 halPort->channel_masks[i] = static_cast<audio_channel_mask_t>(port.channelMasks[i]); in audioPortToHal()
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp390 vector<AudioChannelMask> channelMasks, vector<uint32_t> sampleRates, in combineAudioConfig() argument
393 for (auto channelMask : channelMasks) { in combineAudioConfig()
/hardware/interfaces/audio/common/2.0/
Dtypes.hal927 vec<AudioChannelMask> channelMasks;