Searched refs:msdPatches (Results 1 – 1 of 1) sorted by relevance
1791 AudioPatchCollection msdPatches; in getMsdOutputPatches() local1800 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdOutputPatches()1805 return msdPatches; in getMsdOutputPatches()2036 AudioPatchCollection msdPatches = getMsdOutputPatches(); in releaseMsdOutputPatches() local2037 for (size_t i = 0; i < msdPatches.size(); i++) { in releaseMsdOutputPatches()2038 const auto& patch = msdPatches[i]; in releaseMsdOutputPatches()2053 AudioPatchCollection msdPatches = getMsdOutputPatches(); in msdHasPatchesToAllDevices() local2054 for (size_t i = 0; i < msdPatches.size(); i++) { in msdHasPatchesToAllDevices()2055 const auto& patch = msdPatches[i]; in msdHasPatchesToAllDevices()