Searched refs:msdPatches (Results 1 – 1 of 1) sorted by relevance
1391 AudioPatchCollection msdPatches; in getMsdOutputPatches() local1400 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdOutputPatches()1405 return msdPatches; in getMsdOutputPatches()1593 AudioPatchCollection msdPatches = getMsdOutputPatches(); in releaseMsdOutputPatches() local1594 for (size_t i = 0; i < msdPatches.size(); i++) { in releaseMsdOutputPatches()1595 const auto& patch = msdPatches[i]; in releaseMsdOutputPatches()