Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DModule.cpp1138 AudioProfile portProfile; in setAudioPortConfigImpl() local
1142 findAudioProfile(*portIt, format, &portProfile)) { in setAudioPortConfigImpl()
1153 !findAudioProfile(*portIt, out_suggested->format.value(), &portProfile)) { in setAudioPortConfigImpl()
1163 find(portProfile.channelMasks.begin(), portProfile.channelMasks.end(), channelMask) != in setAudioPortConfigImpl()
1164 portProfile.channelMasks.end()) { in setAudioPortConfigImpl()
1169 << portProfile.format.toString() << " by the port " << portId; in setAudioPortConfigImpl()
1179 find(portProfile.sampleRates.begin(), portProfile.sampleRates.end(), in setAudioPortConfigImpl()
1180 sampleRate.value) != portProfile.sampleRates.end()) { in setAudioPortConfigImpl()
1185 << portProfile.format.toString() << " by the port " << portId; in setAudioPortConfigImpl()