Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp170 Patch *removedPatch = mPatches[index]; in createAudioPatch() local
174 if ((removedPatch->mRecordPatchHandle in createAudioPatch()
176 (removedPatch->mPlaybackPatchHandle != in createAudioPatch()
178 clearPatchConnections(removedPatch); in createAudioPatch()
185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()
187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()
191 ((removedPatch->mAudioPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()
[all …]