Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchCommandThread.cpp29 PatchCommandThread::~PatchCommandThread() { in ~PatchCommandThread()
36 void PatchCommandThread::onFirstRef() { in onFirstRef()
40 void PatchCommandThread::addListener(const sp<PatchCommandListener>& listener) { in addListener()
46 void PatchCommandThread::createAudioPatch(audio_patch_handle_t handle, in createAudioPatch()
56 void PatchCommandThread::releaseAudioPatch(audio_patch_handle_t handle) { in releaseAudioPatch()
61 void PatchCommandThread::updateAudioPatch(audio_patch_handle_t oldHandle, in updateAudioPatch()
71 bool PatchCommandThread::threadLoop() in threadLoop()
148 void PatchCommandThread::sendCommand(const sp<Command>& command) { in sendCommand()
154 void PatchCommandThread::createAudioPatchCommand( in createAudioPatchCommand()
165 void PatchCommandThread::releaseAudioPatchCommand(audio_patch_handle_t handle) { in releaseAudioPatchCommand()
[all …]
DPatchCommandThread.h35 class PatchCommandThread : public Thread {
54 PatchCommandThread() : Thread(false /* canCallJava */) {} in PatchCommandThread() function
55 ~PatchCommandThread() override;
DMelReporter.h34 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
43 class MelReporter : public PatchCommandThread::PatchCommandListener,
DDeviceEffectManager.h29 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
41 class DeviceEffectManager : public PatchCommandThread::PatchCommandListener {
DIAfPatchPanel.h33 class PatchCommandThread; variable
91 virtual const sp<PatchCommandThread>& getPatchCommandThread() = 0;
DAudioFlinger.h294 const sp<PatchCommandThread>& getPatchCommandThread() final { return mPatchCommandThread; } in getPatchCommandThread()
768 const sp<PatchCommandThread> mPatchCommandThread = sp<PatchCommandThread>::make();
DAndroid.bp204 "PatchCommandThread.cpp",