HomeSort by relevance Sort by last modified time
    Searched refs:clearPatchConnections (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
PatchPanel.h 53 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()
PatchPanel.cpp 178 clearPatchConnections(removedPatch);
414 clearPatchConnections(newPatch);
517 void AudioFlinger::PatchPanel::clearPatchConnections(Patch *patch)
524 ALOGV("clearPatchConnections() patch->mRecordPatchHandle %d patch->mPlaybackPatchHandle %d",
608 clearPatchConnections(removedPatch);

Completed in 370 milliseconds