Searched refs:patchesToRemove (Results 1 – 1 of 1) sorted by relevance
1990 AudioPatchCollection patchesToRemove = getMsdOutputPatches(); in setMsdOutputPatches() local1993 for (auto i = 0u; i < patchesToRemove.size(); ++i) { in setMsdOutputPatches()1994 if (audio_patches_are_equal(it->patch(), &patchesToRemove[i]->mPatch)) { in setMsdOutputPatches()1995 patchesToRemove.removeItemsAt(i); in setMsdOutputPatches()2006 if (patchesToCreate.size() == 0 && patchesToRemove.size() == 0) { in setMsdOutputPatches()2009 for (auto i = 0u; i < patchesToRemove.size(); ++i) { in setMsdOutputPatches()2010 auto ¤tPatch = patchesToRemove.valueAt(i); in setMsdOutputPatches()