Home
last modified time | relevance | path

Searched refs:msdPatches (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1187 AudioPatchCollection msdPatches = getMsdPatches(); in openDirectOutput() local
1188 for (size_t i = 0; i < msdPatches.size(); i++) { in openDirectOutput()
1189 const auto& patch = msdPatches[i]; in openDirectOutput()
1323 AudioPatchCollection msdPatches; in getMsdPatches() local
1332 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdPatches()
1337 return msdPatches; in getMsdPatches()
1454 const AudioPatchCollection msdPatches = getMsdPatches(); in setMsdPatch() local
1455 if (!msdPatches.isEmpty()) { in setMsdPatch()
1456 LOG_ALWAYS_FATAL_IF(msdPatches.size() > 1, in setMsdPatch()
1458 sp<AudioPatch> currentPatch = msdPatches.valueAt(0); in setMsdPatch()