Home
last modified time | relevance | path

Searched refs:getPatchCommandThread (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp469 mAfPatchPanelCallback->getPatchCommandThread()->updateAudioPatch( in createAudioPatch_l()
472 mAfPatchPanelCallback->getPatchCommandThread()->createAudioPatch( in createAudioPatch_l()
874 mAfPatchPanelCallback->getPatchCommandThread()->releaseAudioPatch(handle); in erasePatch()
H A DMelReporter.h34 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
H A DDeviceEffectManager.h29 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
H A DDeviceEffectManager.cpp44 mAfDeviceEffectManagerCallback->getPatchCommandThread()->addListener(this); in onFirstRef()
H A DIAfPatchPanel.h92 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
H A DMelReporter.cpp78 mAfMelReporterCallback->getPatchCommandThread()->addListener(this); in onFirstRef()
H A DAudioFlinger.h300 const sp<PatchCommandThread>& getPatchCommandThread() final { return mPatchCommandThread; } in getPatchCommandThread() function