Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp91 for (size_t chanIndex = 0; chanIndex < channelsToExport.size(); chanIndex++) { in toAudioPort() local
92 audio_channel_mask_t channels = channelsToExport[chanIndex]; in toAudioPort()