Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3818 sp<AudioPatch> patchDesc; in createAudioPatchInternal() local
3833 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
3835 __func__, mUidCached, patchDesc->getUid(), uid); in createAudioPatchInternal()
3836 if (patchDesc->getUid() != mUidCached && uid != patchDesc->getUid()) { in createAudioPatchInternal()
3851 if (patchDesc != 0) { in createAudioPatchInternal()
3852 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatchInternal()
3854 __func__, patchDesc->mPatch.sources[0].id, patch->sources[0].id); in createAudioPatchInternal()
3896 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatchInternal()
3899 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
3900 patchDesc->setUid(uid); in createAudioPatchInternal()
[all …]