Searched refs:patchDesc (Results 1 – 1 of 1) sorted by relevance
2201 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs() local2202 … (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeAllInputs()2874 sp<AudioPatch> patchDesc; in createAudioPatch() local2889 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()2891 mUidCached, patchDesc->mUid, uid); in createAudioPatch()2892 if (patchDesc->mUid != mUidCached && uid != patchDesc->mUid) { in createAudioPatch()2907 if (patchDesc != 0) { in createAudioPatch()2908 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatch()2910 patchDesc->mPatch.sources[0].id, patch->sources[0].id); in createAudioPatch()2954 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatch()[all …]