Searched refs:msdPatches (Results 1 – 1 of 1) sorted by relevance
1183 AudioPatchCollection msdPatches = getMsdPatches(); in getOutputForDevices() local1184 for (size_t i = 0; i < msdPatches.size(); i++) { in getOutputForDevices()1185 const auto& patch = msdPatches[i]; in getOutputForDevices()1270 AudioPatchCollection msdPatches; in getMsdPatches() local1279 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdPatches()1284 return msdPatches; in getMsdPatches()1401 const AudioPatchCollection msdPatches = getMsdPatches(); in setMsdPatch() local1402 if (!msdPatches.isEmpty()) { in setMsdPatch()1403 LOG_ALWAYS_FATAL_IF(msdPatches.size() > 1, in setMsdPatch()1405 sp<AudioPatch> currentPatch = msdPatches.valueAt(0); in setMsdPatch()