Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1822 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs()
1824 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs()
1826 mAudioPatches.removeItemsAt(patch_index); in closeAllInputs()
2147 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); in registerPolicyMixes()
2282 mAudioPatches.dump(fd); in dump()
2463 ssize_t index = mAudioPatches.indexOfKey(*handle); in createAudioPatch()
2477 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()
2540 index = mAudioPatches.indexOfKey(*handle); in createAudioPatch()
2542 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatch()
2545 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()
[all …]
DAudioPolicyManager.h244 return mAudioPatches; in getAudioPatches()
458 return mAudioPatches.addAudioPatch(handle, patch); in addAudioPatch()
462 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()
543 AudioPatchCollection mAudioPatches; variable