Home
last modified time | relevance | path

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

12

/hardware/libhardware/include/hardware/
Daudio_effect.h69 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);
Daudio.h193 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/
DEffectMap.h33 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/
DEffectMap.cpp34 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/
Dvoice_processing.c255 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/
Dma_listener.c236 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()
Dvolume_listener.c374 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()
Dbundle.c314 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/
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_legacy/include/hardware_legacy/
DAudioHardwareInterface.h188 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/
DEffectsFactory.cpp60 effect_handle_t handle) { in dispatchEffectInstanceCreation()
174 effect_handle_t handle; in createEffectImpl()
DEffectsFactory.h65 effect_handle_t handle);
DEffect.h59 explicit Effect(effect_handle_t handle);
173 effect_handle_t mHandle;
DAcousticEchoCancelerEffect.h46 explicit AcousticEchoCancelerEffect(effect_handle_t handle);
DBassBoostEffect.h48 explicit BassBoostEffect(effect_handle_t handle);
DLoudnessEnhancerEffect.h46 explicit LoudnessEnhancerEffect(effect_handle_t handle);
DDownmixEffect.h46 explicit DownmixEffect(effect_handle_t handle);
DPresetReverbEffect.h46 explicit PresetReverbEffect(effect_handle_t handle);
/hardware/libhardware/modules/audio/
Daudio_hw.c196 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/
Doffload_visualizer.c959 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/
DStream.cpp205 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/
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()

12