Searched refs:patchDesc (Results 1 – 1 of 1) sorted by relevance
1534 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs() local1535 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeAllInputs()2181 sp<AudioPatch> patchDesc; in createAudioPatch() local2196 patchDesc = mAudioPatches.valueAt(index); in createAudioPatch()2198 mUidCached, patchDesc->mUid, uid); in createAudioPatch()2199 if (patchDesc->mUid != mUidCached && uid != patchDesc->mUid) { in createAudioPatch()2214 if (patchDesc != 0) { in createAudioPatch()2215 if (patchDesc->mPatch.sources[0].id != patch->sources[0].id) { in createAudioPatch()2217 patchDesc->mPatch.sources[0].id, patch->sources[0].id); in createAudioPatch()2258 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatch()[all …]