Home
last modified time | relevance | path

Searched refs:CommandThread (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DDeviceEffectManager.cpp209 AudioFlinger::DeviceEffectManager::CommandThread::~CommandThread() in ~CommandThread()
215 void AudioFlinger::DeviceEffectManager::CommandThread::onFirstRef() in onFirstRef()
220 bool AudioFlinger::DeviceEffectManager::CommandThread::threadLoop() in threadLoop()
258 void AudioFlinger::DeviceEffectManager::CommandThread::sendCommand(sp<Command> command) { in sendCommand()
264 void AudioFlinger::DeviceEffectManager::CommandThread::createAudioPatchCommand( in createAudioPatchCommand()
272 void AudioFlinger::DeviceEffectManager::CommandThread::releaseAudioPatchCommand( in releaseAudioPatchCommand()
280 void AudioFlinger::DeviceEffectManager::CommandThread::exit() in exit()
H A DDeviceEffectManager.h26 : mCommandThread(new CommandThread(*this)), mAudioFlinger(*audioFlinger), in DeviceEffectManager()
68 class CommandThread : public Thread {
76 CommandThread(DeviceEffectManager& manager) in CommandThread() function
78 ~CommandThread() override;
140 sp<CommandThread> mCommandThread;