Lines Matching refs:toAudioPortConfig
503 outputDesc->toAudioPortConfig(&patch.sources[1]); in createTelephonyPatch()
545 deviceDesc->toAudioPortConfig(config); in fillAudioPortConfigForDevice()
3032 srcDeviceDesc->toAudioPortConfig(&newPatch.sources[0], &patch->sources[0]); in createAudioPatch()
3045 sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]); in createAudioPatch()
3068 outputDesc->toAudioPortConfig(&newPatch.sources[1], &patch->sources[0]); in createAudioPatch()
3234 audioPortConfig->toAudioPortConfig(&newConfig, config); in setAudioPortConfig()
3443 srcDeviceDesc->toAudioPortConfig(&patch->sources[0], NULL); in connectAudioSource()
3444 outputDesc->toAudioPortConfig(&patch->sources[1], NULL); in connectAudioSource()
5250 outputDesc->toAudioPortConfig(&patch.sources[0]); in loadConfig()
5254 deviceList.itemAt(i)->toAudioPortConfig(&patch.sinks[i]); in loadConfig()
5351 inputDesc->toAudioPortConfig(&patch.sinks[0]); in loadConfig()
5360 deviceList.itemAt(0)->toAudioPortConfig(&patch.sources[0]); in loadConfig()