Searched refs:clearPatchConnections (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.h53 void clearPatchConnections(Patch *patch);
69 // playback thread created by createAudioPatch() and released by clearPatchConnections() if
72 // audio track created by createPatchConnections() and released by clearPatchConnections()
74 // record thread created by createAudioPatch() and released by clearPatchConnections()
76 // audio record created by createPatchConnections() and released by clearPatchConnections()
79 // created by createPatchConnections() and released by clearPatchConnections()
82 // created by createPatchConnections() and released by clearPatchConnections()
H A DPatchPanel.cpp178 clearPatchConnections(removedPatch);
414 clearPatchConnections(newPatch);
518 void AudioFlinger::PatchPanel::clearPatchConnections(Patch *patch) function in class:android::AudioFlinger::PatchPanel
525 ALOGV("clearPatchConnections() patch->mRecordPatchHandle %d patch->mPlaybackPatchHandle %d",
609 clearPatchConnections(removedPatch);

Completed in 521 milliseconds