Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchCommandThread.cpp27 AudioFlinger::PatchCommandThread::~PatchCommandThread() { in ~PatchCommandThread()
34 void AudioFlinger::PatchCommandThread::onFirstRef() { in onFirstRef()
38 void AudioFlinger::PatchCommandThread::addListener(const sp<PatchCommandListener>& listener) { in addListener()
44 void AudioFlinger::PatchCommandThread::createAudioPatch(audio_patch_handle_t handle, in createAudioPatch()
54 void AudioFlinger::PatchCommandThread::releaseAudioPatch(audio_patch_handle_t handle) { in releaseAudioPatch()
59 bool AudioFlinger::PatchCommandThread::threadLoop() in threadLoop()
122 void AudioFlinger::PatchCommandThread::sendCommand(const sp<Command>& command) { in sendCommand()
128 void AudioFlinger::PatchCommandThread::createAudioPatchCommand( in createAudioPatchCommand()
139 void AudioFlinger::PatchCommandThread::releaseAudioPatchCommand(audio_patch_handle_t handle) { in releaseAudioPatchCommand()
146 void AudioFlinger::PatchCommandThread::exit() { in exit()
DPatchCommandThread.h27 class PatchCommandThread : public Thread {
42 PatchCommandThread() : Thread(false /* canCallJava */) {} in PatchCommandThread() function
43 ~PatchCommandThread() override;
DMelReporter.h32 class MelReporter : public PatchCommandThread::PatchCommandListener,
DDeviceEffectManager.h23 class DeviceEffectManager : public PatchCommandThread::PatchCommandListener {
DAndroid.bp165 "PatchCommandThread.cpp",
DAudioFlinger.h1050 const sp<PatchCommandThread> mPatchCommandThread;
DAudioFlinger.cpp334 mPatchCommandThread(sp<PatchCommandThread>::make()), in AudioFlinger()