Searched refs:effect (Results 1 - 8 of 8) sorted by relevance

/device/generic/goldfish/audio/
H A DAudioHardwareGeneric.h94 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } argument
95 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } argument
/device/moto/wingray/libaudio/
H A DAudioHardware.h293 virtual status_t addAudioEffect(effect_handle_t effect);
294 virtual status_t removeAudioEffect(effect_handle_t effect);
308 void updateEcnsRequested(effect_handle_t effect, bool enabled);
H A DAudioHardware.cpp1971 void AudioHardware::AudioStreamInTegra::updateEcnsRequested(effect_handle_t effect, bool enabled) argument
1975 status_t status = (*effect)->get_descriptor(effect, &desc);
1983 ALOGV("AudioStreamInTegra::updateEcnsRequested() %s effect %s",
1995 status_t AudioHardware::AudioStreamInTegra::addAudioEffect(effect_handle_t effect) argument
1997 updateEcnsRequested(effect, true);
2001 status_t AudioHardware::AudioStreamInTegra::removeAudioEffect(effect_handle_t effect) argument
2003 updateEcnsRequested(effect, false);
/device/samsung/tuna/audio/
H A Daudio_hw.c770 static void in_update_aux_channels(struct tuna_stream_in *in, effect_handle_t effect);
2148 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
2153 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
2676 * does the actual process only when the last enabled effect process is called.
2677 * The generic solution is to have an output buffer for each effect and pass it as
2706 /* The effect does not comply to the API. In theory, we should never end up here! */
2846 effect_handle_t effect = effect_info->effect_itfe; local
2860 /* if this command is not supported, then the effect is supposed to return -EINVAL.
2861 * This error will be interpreted as if the effect supports the main_channels but does not
2863 cmd_status = (*effect)
2944 in_configure_effect_channels(effect_handle_t effect, channel_config_t *channel_config) argument
3007 in_reconfigure_channels(struct tuna_stream_in *in, effect_handle_t effect, channel_config_t *channel_config, bool config_changed) argument
3042 in_update_aux_channels(struct tuna_stream_in *in, effect_handle_t effect) argument
3072 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
3115 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
[all...]
/device/samsung/crespo/libaudio/
H A DAudioHardware.h300 virtual status_t addAudioEffect(effect_handle_t effect);
301 virtual status_t removeAudioEffect(effect_handle_t effect);
H A DAudioHardware.cpp2087 status_t AudioHardware::AudioStreamInALSA::addAudioEffect(effect_handle_t effect) argument
2089 ALOGV("AudioStreamInALSA::addAudioEffect() %p", effect);
2092 status_t status = (*effect)->get_descriptor(effect, &desc);
2105 mPreprocessors.add(effect);
2109 status_t AudioHardware::AudioStreamInALSA::removeAudioEffect(effect_handle_t effect) argument
2112 ALOGV("AudioStreamInALSA::removeAudioEffect() %p", effect);
2116 if (mPreprocessors[i] == effect) {
2126 if ((*effect)->get_descriptor(effect,
[all...]
/device/ti/panda/audio/
H A Daudio_hw.c1779 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1781 LOGFUNC("%s(%p, %p)", __FUNCTION__, stream, effect);
1786 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
1788 LOGFUNC("%s(%p, %p)", __FUNCTION__, stream, effect);
2418 effect_handle_t effect)
2424 LOGFUNC("%s(%p, %p)", __FUNCTION__, stream, effect);
2433 status = (*effect)->get_descriptor(effect, &desc);
2437 in->preprocessors[in->num_preprocessors++] = effect;
2452 effect_handle_t effect)
2417 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
2451 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
[all...]
/device/asus/grouper/audio/
H A Daudio_hw.c760 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
765 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
961 effect_handle_t effect)
967 effect_handle_t effect)
960 in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
966 in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument

Completed in 162 milliseconds