Searched refs:patchesToRemove (Results 1 – 1 of 1) sorted by relevance
1547 AudioPatchCollection patchesToRemove = getMsdOutputPatches(); in setMsdOutputPatches() local1550 for (auto i = 0u; i < patchesToRemove.size(); ++i) { in setMsdOutputPatches()1551 if (audio_patches_are_equal(it->patch(), &patchesToRemove[i]->mPatch)) { in setMsdOutputPatches()1552 patchesToRemove.removeItemsAt(i); in setMsdOutputPatches()1563 if (patchesToCreate.size() == 0 && patchesToRemove.size() == 0) { in setMsdOutputPatches()1566 for (auto i = 0u; i < patchesToRemove.size(); ++i) { in setMsdOutputPatches()1567 auto ¤tPatch = patchesToRemove.valueAt(i); in setMsdOutputPatches()