Searched refs:msdPatches (Results 1 – 1 of 1) sorted by relevance
1187 AudioPatchCollection msdPatches = getMsdPatches(); in openDirectOutput() local1188 for (size_t i = 0; i < msdPatches.size(); i++) { in openDirectOutput()1189 const auto& patch = msdPatches[i]; in openDirectOutput()1323 AudioPatchCollection msdPatches; in getMsdPatches() local1332 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdPatches()1337 return msdPatches; in getMsdPatches()1454 const AudioPatchCollection msdPatches = getMsdPatches(); in setMsdPatch() local1455 if (!msdPatches.isEmpty()) { in setMsdPatch()1456 LOG_ALWAYS_FATAL_IF(msdPatches.size() > 1, in setMsdPatch()1458 sp<AudioPatch> currentPatch = msdPatches.valueAt(0); in setMsdPatch()