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

/frameworks/av/services/audioflinger/
H A DPatchPanel.h51 status_t createPatchConnections(Patch *patch,
72 // audio track created by createPatchConnections() 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.cpp328 status = createPatchConnections(newPatch, patch);
420 status_t AudioFlinger::PatchPanel::createPatchConnections(Patch *patch, function in class:android::AudioFlinger::PatchPanel
460 ALOGV("createPatchConnections() playframeCount %zu recordFramecount %zu frameCount %zu",

Completed in 894 milliseconds