Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp172 const struct audio_patch &oldPatch = removedPatch.mAudioPatch; in createAudioPatch() local
173 if (oldPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()
175 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch()
177 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()
179 (oldPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()
181 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
188 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch()