Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp149 const struct audio_patch &oldPatch = removedPatch.mAudioPatch; in createAudioPatch() local
150 if (oldPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()
152 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch()
154 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()
156 (oldPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()
158 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
165 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch()