/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, 356 int32_t (*command)(effect_handle_t self, 381 int32_t (*get_descriptor)(effect_handle_t self, 411 int32_t (*process_reverse)(effect_handle_t self, 963 effect_handle_t *pHandle); 982 int32_t (*release_effect)(effect_handle_t handle);
|
D | audio.h | 247 effect_handle_t effect); 249 effect_handle_t effect);
|
/hardware/qcom/audio/msm8909/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() 481 static int fx_process(effect_handle_t self, in fx_process() 510 static int fx_command(effect_handle_t self, in fx_command() 643 static int fx_get_descriptor(effect_handle_t self, in fx_get_descriptor() 672 effect_handle_t *pInterface) in lib_create() 712 static int lib_release(effect_handle_t interface) in lib_release()
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 252 effect_handle_t *interface) in effect_create() 255 *interface = (effect_handle_t)&effect->itfe; in effect_create() 287 effect_handle_t *interface) in session_create_effect() 478 static int fx_process(effect_handle_t self, in fx_process() 507 static int fx_command(effect_handle_t self, in fx_command() 640 static int fx_get_descriptor(effect_handle_t self, in fx_get_descriptor() 669 effect_handle_t *pInterface) in lib_create() 705 static int lib_release(effect_handle_t interface) in lib_release()
|
/hardware/qcom/audio/post_proc/ |
D | volume_listener.c | 322 static int vol_effect_process(effect_handle_t self, in vol_effect_process() 357 static int vol_effect_command(effect_handle_t self, in vol_effect_command() 556 static int vol_effect_get_descriptor(effect_handle_t self, in vol_effect_get_descriptor() 622 effect_handle_t *p_handle) in vol_prc_lib_create() 679 *p_handle = (effect_handle_t)context; in vol_prc_lib_create() 683 static int vol_prc_lib_release(effect_handle_t handle) in vol_prc_lib_release()
|
D | bundle.c | 312 effect_handle_t *pHandle) { in effect_lib_create() 446 *pHandle = (effect_handle_t)context; in effect_lib_create() 454 int effect_lib_release(effect_handle_t handle) in effect_lib_release() 509 int effect_process(effect_handle_t self, in effect_process() 534 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 726 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/modules/audio/ |
D | audio_hw.c | 135 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 141 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 232 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 237 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 | 189 virtual status_t addAudioEffect(effect_handle_t effect) = 0; 190 virtual status_t removeAudioEffect(effect_handle_t effect) = 0;
|
/hardware/qcom/audio/msm8909/post_proc/ |
D | bundle.c | 322 effect_handle_t *pHandle) { in effect_lib_create() 469 *pHandle = (effect_handle_t)context; in effect_lib_create() 477 int effect_lib_release(effect_handle_t handle) in effect_lib_release() 532 int effect_process(effect_handle_t self, in effect_process() 557 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 748 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
|
/hardware/qcom/audio/msm8909/visualizer/ |
D | offload_visualizer.c | 913 effect_handle_t *pHandle) { in effect_lib_create() 971 *pHandle = (effect_handle_t)context; in effect_lib_create() 979 int effect_lib_release(effect_handle_t handle) { in effect_lib_release() 1031 int effect_process(effect_handle_t self, in effect_process() 1056 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() 1234 int effect_get_descriptor(effect_handle_t self, in effect_get_descriptor()
|
/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_hal.c | 457 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 462 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 756 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 761 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/bsp/intel/peripheral/audio/generic/ |
D | audio_hal.c | 566 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 571 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 859 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 864 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 | 647 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 655 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 | 932 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare() 939 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare() 1320 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare() 1327 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 | 1782 effect_handle_t effect __unused) in out_add_audio_effect() 1788 effect_handle_t effect __unused) in out_remove_audio_effect() 2166 effect_handle_t effect, in add_remove_audio_effect() 2217 effect_handle_t effect) in in_add_audio_effect() 2224 effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/qcom/audio/msm8909/hal/ |
D | audio_hw.c | 2122 effect_handle_t effect __unused) in out_add_audio_effect() 2128 effect_handle_t effect __unused) in out_remove_audio_effect() 2546 effect_handle_t effect, in add_remove_audio_effect() 2579 effect_handle_t effect) in in_add_audio_effect() 2586 effect_handle_t effect) in in_remove_audio_effect()
|