Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1210 AudioPatchCollection msdPatches = getMsdPatches(); in getOutputForDevices() local
1211 for (size_t i = 0; i < msdPatches.size(); i++) { in getOutputForDevices()
1212 const auto& patch = msdPatches[i]; in getOutputForDevices()
1297 AudioPatchCollection msdPatches; in getMsdPatches() local
1306 msdPatches.addAudioPatch(patch->mHandle, patch); in getMsdPatches()
1311 return msdPatches; in getMsdPatches()
1420 const AudioPatchCollection msdPatches = getMsdPatches(); in setMsdPatch() local
1421 if (!msdPatches.isEmpty()) { in setMsdPatch()
1422 LOG_ALWAYS_FATAL_IF(msdPatches.size() > 1, in setMsdPatch()
1424 sp<AudioPatch> currentPatch = msdPatches.valueAt(0); in setMsdPatch()