Searched defs:patchDesc (Results 1 – 3 of 3) sorted by relevance
86 audio_attributes_t attributes, const sp<AudioPatch>& patchDesc, in SourceClientDescriptor()
3333 sp<AudioPatch> patchDesc; in createAudioPatch() local3558 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in releaseAudioPatch() local3691 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); in clearAudioPatches() local3829 sp<AudioPatch> patchDesc = new AudioPatch(&dummyPatch, uid); in startAudioSource() local4183 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(sourceDesc->patchDesc()->mHandle); in disconnectAudioSource() local4923 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeOutput() local4971 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeInput() local5184 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewOutputDevices() local5234 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewInputDevice() local5560 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); in resetOutputDevice() local[all …]
191 sp<AudioPatch> patchDesc() const { return mPatchDesc; } in patchDesc() function