Searched refs:channelsToExport (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp80 const ChannelsVector &channelsToExport = mProfiles[profileIndex]->getChannels(); local
91 for (size_t chanIndex = 0; chanIndex < channelsToExport.size(); chanIndex++) {
92 audio_channel_mask_t channels = channelsToExport[chanIndex];

Completed in 2400 milliseconds