Searched refs:getPatchCommandThread (Results 1 – 7 of 7) sorted by relevance
34 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
29 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
467 mAfPatchPanelCallback->getPatchCommandThread()->updateAudioPatch( in createAudioPatch_l()470 mAfPatchPanelCallback->getPatchCommandThread()->createAudioPatch( in createAudioPatch_l()870 mAfPatchPanelCallback->getPatchCommandThread()->releaseAudioPatch(handle); in erasePatch()
44 mAfDeviceEffectManagerCallback->getPatchCommandThread()->addListener(this); in onFirstRef()
78 mAfMelReporterCallback->getPatchCommandThread()->addListener(this); in onFirstRef()
91 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
294 const sp<PatchCommandThread>& getPatchCommandThread() final { return mPatchCommandThread; } in getPatchCommandThread() function