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

/hardware/libhardware/include/hardware/
H A Daudio.h146 effect_handle_t effect);
148 effect_handle_t effect);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h175 virtual status_t addAudioEffect(effect_handle_t effect) = 0;
176 virtual status_t removeAudioEffect(effect_handle_t effect) = 0;
/hardware/libhardware/modules/audio/
H A Daudio_hw.c119 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
124 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
200 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
205 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp165 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
170 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
276 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
280 return in->legacy_in->addAudioEffect(effect);
283 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) argument
287 return in->legacy_in->removeAudioEffect(effect);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp1286 OMX_CONFIG_IMAGEFILTERTYPE effect; local
1296 OMX_INIT_STRUCT_PTR (&effect, OMX_CONFIG_IMAGEFILTERTYPE);
1297 effect.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1298 effect.eImageFilter = (OMX_IMAGEFILTERTYPE ) Gen3A.Effect;
1302 &effect);
1306 ( unsigned int ) effect.eImageFilter,
1312 ( unsigned int ) effect.eImageFilter);

Completed in 194 milliseconds