/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 69 typedef struct effect_interface_s **effect_handle_t; typedef 108 int32_t (*process)(effect_handle_t self, 142 int32_t (*command)(effect_handle_t self, 167 int32_t (*get_descriptor)(effect_handle_t self, 197 int32_t (*process_reverse)(effect_handle_t self, 261 effect_handle_t *pHandle); 280 int32_t (*release_effect)(effect_handle_t handle); 342 effect_handle_t *pHandle);
|
D | audio.h | 193 effect_handle_t effect); 195 effect_handle_t effect); 840 audio_port_handle_t device, effect_handle_t effect); 853 audio_port_handle_t device, effect_handle_t effect);
|
/hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/ |
D | EffectMap.h | 33 uint64_t add(effect_handle_t handle); 34 effect_handle_t get(const uint64_t& id); 35 void remove(effect_handle_t handle); 41 KeyedVector<uint64_t, effect_handle_t> mEffects;
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | EffectMap.cpp | 34 uint64_t EffectMap::add(effect_handle_t handle) { in add() 41 effect_handle_t EffectMap::get(const uint64_t& id) { in get() 47 void EffectMap::remove(effect_handle_t handle) { in remove()
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 255 effect_handle_t *interface) in effect_create() 258 *interface = (effect_handle_t)&effect->itfe; in effect_create() 290 effect_handle_t *interface) in session_create_effect() 491 static int fx_process(effect_handle_t self, in fx_process() 520 static int fx_command(effect_handle_t self, in fx_command() 653 static int fx_get_descriptor(effect_handle_t self, in fx_get_descriptor() 682 effect_handle_t *pInterface) in lib_create() 718 static int lib_release(effect_handle_t interface) in lib_release()
|
/hardware/qcom/audio/post_proc/ |
D | ma_listener.c | 236 static int ma_effect_command(effect_handle_t self, in ma_effect_command() 427 static int ma_effect_get_descriptor(effect_handle_t self, in ma_effect_get_descriptor() 493 effect_handle_t *p_handle) in ma_prc_lib_create() 545 *p_handle = (effect_handle_t)context; in ma_prc_lib_create() 549 static int ma_prc_lib_release(effect_handle_t handle) in ma_prc_lib_release()
|
D | volume_listener.c | 374 static int vol_effect_command(effect_handle_t self, in vol_effect_command() 580 static int vol_effect_get_descriptor(effect_handle_t self, in vol_effect_get_descriptor() 698 effect_handle_t *p_handle) in vol_prc_lib_create() 755 *p_handle = (effect_handle_t)context; in vol_prc_lib_create() 759 static int vol_prc_lib_release(effect_handle_t handle) in vol_prc_lib_release()
|
D | bundle.c | 314 effect_handle_t *pHandle) { in effect_lib_create() 448 *pHandle = (effect_handle_t)context; in effect_lib_create() 456 int effect_lib_release(effect_handle_t handle) in effect_lib_release() 511 int effect_process(effect_handle_t self, in effect_process() 536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 735 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.h | 61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } in addAudioEffect() 62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } in removeAudioEffect()
|
D | AudioHardwareGeneric.h | 95 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } in addAudioEffect() 96 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } in removeAudioEffect()
|
D | audio_hw_hal.cpp | 261 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 266 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 395 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 402 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 188 virtual status_t addAudioEffect(effect_handle_t effect) = 0; 189 virtual status_t removeAudioEffect(effect_handle_t effect) = 0;
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | EffectsFactory.cpp | 60 effect_handle_t handle) { in dispatchEffectInstanceCreation() 174 effect_handle_t handle; in createEffectImpl()
|
D | EffectsFactory.h | 65 effect_handle_t handle);
|
D | Effect.h | 59 explicit Effect(effect_handle_t handle); 173 effect_handle_t mHandle;
|
D | AcousticEchoCancelerEffect.h | 46 explicit AcousticEchoCancelerEffect(effect_handle_t handle);
|
D | BassBoostEffect.h | 48 explicit BassBoostEffect(effect_handle_t handle);
|
D | LoudnessEnhancerEffect.h | 46 explicit LoudnessEnhancerEffect(effect_handle_t handle);
|
D | DownmixEffect.h | 46 explicit DownmixEffect(effect_handle_t handle);
|
D | PresetReverbEffect.h | 46 explicit PresetReverbEffect(effect_handle_t handle);
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 196 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 202 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 335 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 340 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 959 effect_handle_t *pHandle) { in effect_lib_create() 1013 *pHandle = (effect_handle_t)context; in effect_lib_create() 1021 int effect_lib_release(effect_handle_t handle) { in effect_lib_release() 1073 int effect_process(effect_handle_t self, in effect_process() 1098 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 1276 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Stream.cpp | 205 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in addEffect() 215 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in removeEffect()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | audio_hw_hal.cpp | 273 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 278 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 414 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 421 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
D | AudioHardwareALSA.h | 397 virtual status_t addAudioEffect(effect_handle_t effect) in addAudioEffect() 402 virtual status_t removeAudioEffect(effect_handle_t effect) in removeAudioEffect()
|