Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1795 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs() local
1796 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeAllInputs()
2429 sp<AudioPatch> patchDesc; in createAudioPatch() local
2444 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()
2446 mUidCached, patchDesc->mUid, uid); in createAudioPatch()
2447 if (patchDesc->mUid != mUidCached && uid != patchDesc->mUid) { in createAudioPatch()
2462 if (patchDesc != 0) { in createAudioPatch()
2463 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatch()
2465 patchDesc->mPatch.sources[0].id, patch->sources[0].id); in createAudioPatch()
2509 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatch()
[all …]