Searched refs:patchDesc (Results 1 – 1 of 1) sorted by relevance
1795 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs() local1796 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeAllInputs()2429 sp<AudioPatch> patchDesc; in createAudioPatch() local2444 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 …]