Searched refs:PatchCommandThread (Results 1 – 7 of 7) sorted by relevance
27 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()
27 class PatchCommandThread : public Thread {42 PatchCommandThread() : Thread(false /* canCallJava */) {} in PatchCommandThread() function43 ~PatchCommandThread() override;
32 class MelReporter : public PatchCommandThread::PatchCommandListener,
23 class DeviceEffectManager : public PatchCommandThread::PatchCommandListener {
165 "PatchCommandThread.cpp",
1050 const sp<PatchCommandThread> mPatchCommandThread;
334 mPatchCommandThread(sp<PatchCommandThread>::make()), in AudioFlinger()