Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp137 Patch &removedPatch = iter->second; in createAudioPatch() local
141 if (removedPatch.isSoftware()) { in createAudioPatch()
142 removedPatch.clearConnections(this); in createAudioPatch()
147 if (removedPatch.mHalHandle != AUDIO_PATCH_HANDLE_NONE) { in createAudioPatch()
149 const struct audio_patch &oldPatch = removedPatch.mAudioPatch; in createAudioPatch()
169 hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in createAudioPatch()
684 Patch &removedPatch = iter->second; in releaseAudioPatch() local
685 const struct audio_patch &patch = removedPatch.mAudioPatch; in releaseAudioPatch()
697 if (removedPatch.isSoftware()) { in releaseAudioPatch()
698 removedPatch.clearConnections(this); in releaseAudioPatch()
[all …]