Home
last modified time | relevance | path

Searched defs:patchDesc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DClientDescriptor.cpp86 audio_attributes_t attributes, const sp<AudioPatch>& patchDesc, in SourceClientDescriptor()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3333 sp<AudioPatch> patchDesc; in createAudioPatch() local
3558 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in releaseAudioPatch() local
3691 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); in clearAudioPatches() local
3829 sp<AudioPatch> patchDesc = new AudioPatch(&dummyPatch, uid); in startAudioSource() local
4183 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(sourceDesc->patchDesc()->mHandle); in disconnectAudioSource() local
4923 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeOutput() local
4971 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeInput() local
5184 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewOutputDevices() local
5234 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewInputDevice() local
5560 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); in resetOutputDevice() local
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h191 sp<AudioPatch> patchDesc() const { return mPatchDesc; } in patchDesc() function