Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp696 ssize_t index = mAudioPatches.indexOfKey(patchHandle); in createTelephonyPatch()
701 return mAudioPatches.valueAt(index); in createTelephonyPatch()
1394 for (size_t i = 0; i < mAudioPatches.size(); ++i) { in getMsdOutputPatches()
1395 sp<AudioPatch> patch = mAudioPatches.valueAt(i); in getMsdOutputPatches()
3566 mAudioPatches.dump(dst); in dump()
3819 ssize_t index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()
3833 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
3894 index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()
3896 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatchInternal()
3899 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
[all …]
DAudioPolicyManager.h383 return mAudioPatches; in getAudioPatches()
697 return mAudioPatches.addAudioPatch(handle, patch); in addAudioPatch()
701 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()
825 AudioPatchCollection mAudioPatches; variable