Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1793 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs()
1795 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs()
1797 mAudioPatches.removeItemsAt(patch_index); in closeAllInputs()
2114 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); in registerPolicyMixes()
2249 mAudioPatches.dump(fd); in dump()
2430 ssize_t index = mAudioPatches.indexOfKey(*handle); in createAudioPatch()
2444 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()
2507 index = mAudioPatches.indexOfKey(*handle); in createAudioPatch()
2509 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatch()
2512 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