Home
last modified time | relevance | path

Searched refs:DeviceEffectManager (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DDeviceEffectManager.cpp38 DeviceEffectManager::DeviceEffectManager( in DeviceEffectManager() function in android::DeviceEffectManager
43 void DeviceEffectManager::onFirstRef() { in onFirstRef()
47 status_t DeviceEffectManager::addEffectToHal(const struct audio_port_config* device, in addEffectToHal()
52 status_t DeviceEffectManager::removeEffectFromHal(const struct audio_port_config* device, in removeEffectFromHal()
57 void DeviceEffectManager::onCreateAudioPatch(audio_patch_handle_t handle, in onCreateAudioPatch()
72 void DeviceEffectManager::onReleaseAudioPatch(audio_patch_handle_t handle) { in onReleaseAudioPatch()
82 void DeviceEffectManager::onUpdateAudioPatch(audio_patch_handle_t oldHandle, in onUpdateAudioPatch()
98 sp<IAfEffectHandle> DeviceEffectManager::createEffect_l( in createEffect_l()
165 status_t DeviceEffectManager::checkEffectCompatibility( in checkEffectCompatibility()
192 status_t DeviceEffectManager::createEffectHal( in createEffectHal()
[all …]
DDeviceEffectManager.h41 class DeviceEffectManager : public PatchCommandThread::PatchCommandListener {
43 explicit DeviceEffectManager(
97 explicit DeviceEffectManagerCallback(DeviceEffectManager& manager) in DeviceEffectManagerCallback()
163 DeviceEffectManager& mManager;
DAndroid.bp201 "DeviceEffectManager.cpp",
DAudioFlinger.h769 /* const */ sp<DeviceEffectManager> mDeviceEffectManager; // set onFirstRef
DAudioFlinger.cpp304 mDeviceEffectManager = sp<DeviceEffectManager>::make( in onFirstRef()