/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 274 typedef struct effect_interface_s **effect_handle_t; typedef 322 int32_t (*process)(effect_handle_t self, 355 int32_t (*command)(effect_handle_t self, 380 int32_t (*get_descriptor)(effect_handle_t self, 410 int32_t (*process_reverse)(effect_handle_t self, 961 effect_handle_t *pHandle); 980 int32_t (*release_effect)(effect_handle_t handle);
|
D | audio.h | 244 effect_handle_t effect); 246 effect_handle_t effect);
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 251 effect_handle_t *interface) in effect_create() 254 *interface = (effect_handle_t)&effect->itfe; in effect_create() 286 effect_handle_t *interface) in session_create_effect() 477 static int fx_process(effect_handle_t self, in fx_process() 506 static int fx_command(effect_handle_t self, in fx_command() 637 static int fx_get_descriptor(effect_handle_t self, in fx_get_descriptor() 666 effect_handle_t *pInterface) in lib_create() 702 static int lib_release(effect_handle_t interface) in lib_release()
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 119 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 124 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 206 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 211 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/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 | 259 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 264 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 393 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 400 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 311 effect_handle_t *pHandle) { in effect_lib_create() 445 *pHandle = (effect_handle_t)context; in effect_lib_create() 453 int effect_lib_release(effect_handle_t handle) in effect_lib_release() 508 int effect_process(effect_handle_t self, in effect_process() 533 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 724 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 189 virtual status_t addAudioEffect(effect_handle_t effect) = 0; 190 virtual status_t removeAudioEffect(effect_handle_t effect) = 0;
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 934 effect_handle_t *pHandle) { in effect_lib_create() 988 *pHandle = (effect_handle_t)context; in effect_lib_create() 996 int effect_lib_release(effect_handle_t handle) { in effect_lib_release() 1048 int effect_process(effect_handle_t self, in effect_process() 1073 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 1251 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
|
/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()
|
/hardware/libhardware/modules/usbaudio/ |
D | audio_hw.c | 462 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 467 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 748 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 753 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/intel/audio_media/hdmi/ |
D | tinyaudio_hw.c | 664 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 672 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
|
/hardware/libhardware/modules/audio_remote_submix/ |
D | audio_hw.cpp | 874 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare() 881 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare() 1262 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare() 1269 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 1537 effect_handle_t effect __unused) in out_add_audio_effect() 1543 effect_handle_t effect __unused) in out_remove_audio_effect() 1848 effect_handle_t effect, in add_remove_audio_effect() 1894 effect_handle_t effect) in in_add_audio_effect() 1901 effect_handle_t effect) in in_remove_audio_effect()
|