Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1391 AudioPatchCollection msdPatches; in getMsdOutputPatches() local
1400 msdPatches.addAudioPatch(patch->getHandle(), patch); in getMsdOutputPatches()
1405 return msdPatches; in getMsdOutputPatches()
1593 AudioPatchCollection msdPatches = getMsdOutputPatches(); in releaseMsdOutputPatches() local
1594 for (size_t i = 0; i < msdPatches.size(); i++) { in releaseMsdOutputPatches()
1595 const auto& patch = msdPatches[i]; in releaseMsdOutputPatches()