Searched refs:mPatchDesc (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSourceDescriptor.h40 audio_patch_handle_t getHandle() const { return mPatchDesc->mHandle; }
47 sp<AudioPatch> mPatchDesc; member in class:android::AudioSourceDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2939 sourceDesc->mPatchDesc = patchDesc;
2965 struct audio_patch *patch = &sourceDesc->mPatchDesc->mPatch;
3011 mpClientInterface->releaseAudioPatch(sourceDesc->mPatchDesc->mAfPatchHandle, 0);
3020 sourceDesc->mPatchDesc->mAfPatchHandle = afPatchHandle;
3021 addAudioPatch(sourceDesc->mPatchDesc->mHandle, sourceDesc->mPatchDesc);
3082 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(sourceDesc->mPatchDesc->mHandle);
3085 sourceDesc->mPatchDesc->mHandle);
3088 removeAudioPatch(sourceDesc->mPatchDesc->mHandle);

Completed in 34 milliseconds