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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1839 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
1841 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index);
1843 mAudioPatches.removeItemsAt(patch_index);
2166 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle());
2301 mAudioPatches.dump(fd);
2482 ssize_t index = mAudioPatches.indexOfKey(*handle);
2496 patchDesc = mAudioPatches.valueAt(index);
2559 index = mAudioPatches.indexOfKey(*handle);
2561 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) {
2564 patchDesc = mAudioPatches
[all...]
H A DAudioPolicyManager.h244 return mAudioPatches;
458 return mAudioPatches.addAudioPatch(handle, patch);
462 return mAudioPatches.removeAudioPatch(handle);
543 AudioPatchCollection mAudioPatches; member in class:android::AudioPolicyManager

Completed in 22 milliseconds