Searched refs:mPatchDesc (Results 1 – 2 of 2) sorted by relevance
40 audio_patch_handle_t getHandle() const { return mPatchDesc->mHandle; } in getHandle()47 sp<AudioPatch> mPatchDesc; variable
2939 sourceDesc->mPatchDesc = patchDesc; in startAudioSource()2965 struct audio_patch *patch = &sourceDesc->mPatchDesc->mPatch; in connectAudioSource()3011 mpClientInterface->releaseAudioPatch(sourceDesc->mPatchDesc->mAfPatchHandle, 0); in connectAudioSource()3020 sourceDesc->mPatchDesc->mAfPatchHandle = afPatchHandle; in connectAudioSource()3021 addAudioPatch(sourceDesc->mPatchDesc->mHandle, sourceDesc->mPatchDesc); in connectAudioSource()3082 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(sourceDesc->mPatchDesc->mHandle); in disconnectAudioSource()3085 sourceDesc->mPatchDesc->mHandle); in disconnectAudioSource()3088 removeAudioPatch(sourceDesc->mPatchDesc->mHandle); in disconnectAudioSource()