Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp143 Patch &removedPatch = iter->second; in createAudioPatch_l() local
147 if (removedPatch.isSoftware()) { in createAudioPatch_l()
148 removedPatch.clearConnections_l(this); in createAudioPatch_l()
153 if (removedPatch.mHalHandle != AUDIO_PATCH_HANDLE_NONE) { in createAudioPatch_l()
155 const struct audio_patch &oldPatch = removedPatch.mAudioPatch; in createAudioPatch_l()
176 hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in createAudioPatch_l()
178 halHandle = removedPatch.mHalHandle; in createAudioPatch_l()
785 Patch &removedPatch = iter->second; in releaseAudioPatch_l() local
786 const bool isSwBridge = removedPatch.isSoftware(); in releaseAudioPatch_l()
787 const struct audio_patch &patch = removedPatch.mAudioPatch; in releaseAudioPatch_l()
[all …]