Lines Matching refs:effect
1779 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
1781 LOGFUNC("%s(%p, %p)", __FUNCTION__, stream, effect);
1786 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
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)
2460 LOGFUNC("%s(%p, %p)", __FUNCTION__, stream, effect);
2474 if (in->preprocessors[i] == effect) {
2486 status = (*effect)->get_descriptor(effect, &desc);