Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1183 AudioPatchCollection msdPatches = getMsdPatches(); in getOutputForDevices() local
1184 for (size_t i = 0; i < msdPatches.size(); i++) { in getOutputForDevices()
1185 const auto& patch = msdPatches[i]; in getOutputForDevices()
1270 AudioPatchCollection msdPatches; in getMsdPatches() local
1279 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdPatches()
1284 return msdPatches; in getMsdPatches()
1401 const AudioPatchCollection msdPatches = getMsdPatches(); in setMsdPatch() local
1402 if (!msdPatches.isEmpty()) { in setMsdPatch()
1403 LOG_ALWAYS_FATAL_IF(msdPatches.size() > 1, in setMsdPatch()
1405 sp<AudioPatch> currentPatch = msdPatches.valueAt(0); in setMsdPatch()