Home
last modified time | relevance | path

Searched refs:effect_handle_t (Results 1 – 22 of 22) sorted by relevance

/hardware/libhardware/include/hardware/
Daudio_effect.h274 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);
Daudio.h247 effect_handle_t effect);
249 effect_handle_t effect);
/hardware/qcom/audio/msm8909/voice_processing/
Dvoice_processing.c251 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/
Dvoice_processing.c252 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/
Dvolume_listener.c322 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()
Dbundle.c312 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/
DAudioHardwareStub.h61 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()
DAudioHardwareGeneric.h95 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()
Daudio_hw_hal.cpp261 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/
Daudio_hw.c135 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/
DAudioHardwareInterface.h189 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/
Dbundle.c322 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/
Doffload_visualizer.c913 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/
Doffload_visualizer.c934 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/
Daudio_hw_hal.cpp273 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()
DAudioHardwareALSA.h397 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/
Daudio_hal.c457 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/
Daudio_hal.c566 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/
Dtinyaudio_hw.c647 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/
Daudio_hw.cpp932 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/
Daudio_hw.c1782 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/
Daudio_hw.c2122 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()