Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2061 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs()
2063 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs()
2065 mAudioPatches.removeItemsAt(patch_index); in closeAllInputs()
2402 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); in registerPolicyMixes()
2539 mAudioPatches.dump(fd); in dump()
2721 ssize_t index = mAudioPatches.indexOfKey(*handle); in createAudioPatch()
2735 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()
2798 index = mAudioPatches.indexOfKey(*handle); in createAudioPatch()
2800 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatch()
2803 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()
[all …]
DAudioPolicyManager.h245 return mAudioPatches; in getAudioPatches()
459 return mAudioPatches.addAudioPatch(handle, patch); in addAudioPatch()
463 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()
548 AudioPatchCollection mAudioPatches; variable