Searched refs:flatenedChannels (Results 1 – 1 of 1) sorted by relevance
78 ChannelMaskSet flatenedChannels; in toAudioPort() local87 flatenedChannels.insert(channelsToExport.begin(), channelsToExport.end()); in toAudioPort()90 flatenedChannels.size() > AUDIO_PORT_MAX_CHANNEL_MASKS || in toAudioPort()99 port->num_channel_masks = flatenedChannels.size(); in toAudioPort()102 std::copy(flatenedChannels.begin(), flatenedChannels.end(), port->channel_masks); in toAudioPort()