Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp169 Patch *removedPatch = mPatches[index]; in createAudioPatch() local
171 delete removedPatch; in createAudioPatch()
531 Patch *removedPatch = mPatches[index]; in releaseAudioPatch() local
534 struct audio_patch *patch = &removedPatch->mAudioPatch; in releaseAudioPatch()
546 if (removedPatch->mRecordPatchHandle != AUDIO_PATCH_HANDLE_NONE || in releaseAudioPatch()
547 removedPatch->mPlaybackPatchHandle != AUDIO_PATCH_HANDLE_NONE) { in releaseAudioPatch()
548 clearPatchConnections(removedPatch); in releaseAudioPatch()
561 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
569 status = hwDevice->release_audio_patch(hwDevice, removedPatch->mHalHandle); in releaseAudioPatch()
588 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch->mHalHandle); in releaseAudioPatch()
[all …]