Searched refs:flatenedChannels (Results 1 – 1 of 1) sorted by relevance
100 ChannelMaskSet flatenedChannels; in toAudioPort() local109 flatenedChannels.insert(channelsToExport.begin(), channelsToExport.end()); in toAudioPort()112 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS || in toAudioPort()121 port->num_channel_masks = flatenedChannels.size(); in toAudioPort()124 std::copy(flatenedChannels.begin(), flatenedChannels.end(), port->channel_masks); in toAudioPort()