Lines Matching refs:AudioFlinger

33 void AudioFlinger::DeviceEffectManager::createAudioPatch(audio_patch_handle_t handle,  in createAudioPatch()
43 void AudioFlinger::DeviceEffectManager::onCreateAudioPatch(audio_patch_handle_t handle, in onCreateAudioPatch()
56 void AudioFlinger::DeviceEffectManager::releaseAudioPatch(audio_patch_handle_t handle) { in releaseAudioPatch()
61 void AudioFlinger::DeviceEffectManager::onReleaseAudioPatch(audio_patch_handle_t handle) { in onReleaseAudioPatch()
70 sp<AudioFlinger::EffectHandle> AudioFlinger::DeviceEffectManager::createEffect_l( in createEffect_l()
73 const sp<AudioFlinger::Client>& client, in createEffect_l()
115 status_t AudioFlinger::DeviceEffectManager::checkEffectCompatibility( in checkEffectCompatibility()
127 status_t AudioFlinger::DeviceEffectManager::createEffectHal( in createEffectHal()
139 void AudioFlinger::DeviceEffectManager::dump(int fd) { in dump()
161 size_t AudioFlinger::DeviceEffectManager::removeEffect(const sp<DeviceEffectProxy>& effect) in removeEffect()
168 bool AudioFlinger::DeviceEffectManagerCallback::disconnectEffectHandle( in disconnectEffectHandle()
193 AudioFlinger::DeviceEffectManager::CommandThread::~CommandThread() in ~CommandThread()
199 void AudioFlinger::DeviceEffectManager::CommandThread::onFirstRef() in onFirstRef()
204 bool AudioFlinger::DeviceEffectManager::CommandThread::threadLoop() in threadLoop()
242 void AudioFlinger::DeviceEffectManager::CommandThread::sendCommand(sp<Command> command) { in sendCommand()
248 void AudioFlinger::DeviceEffectManager::CommandThread::createAudioPatchCommand( in createAudioPatchCommand()
256 void AudioFlinger::DeviceEffectManager::CommandThread::releaseAudioPatchCommand( in releaseAudioPatchCommand()
264 void AudioFlinger::DeviceEffectManager::CommandThread::exit() in exit()