/device/generic/goldfish/audio/ |
H A D | AudioHardwareGeneric.h | 94 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 D | AudioHardware.h | 293 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 D | AudioHardware.cpp | 1971 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 D | audio_hw.c | 770 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 D | AudioHardware.h | 300 virtual status_t addAudioEffect(effect_handle_t effect); 301 virtual status_t removeAudioEffect(effect_handle_t effect);
|
H A D | AudioHardware.cpp | 2087 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 D | audio_hw.c | 1779 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 D | audio_hw.c | 760 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
|