Lines Matching refs:effect

1304     effect_handle_t effect = effect_info->effect_itfe;  in in_read_audio_effect_channel_configs()  local
1321 cmd_status = (*effect)->command(effect, in in_read_audio_effect_channel_configs()
1407 static int in_configure_effect_channels(effect_handle_t effect, in in_configure_effect_channels() argument
1424 fct_status = (*effect)->command(effect, in in_configure_effect_channels()
1438 fct_status = (*effect)->command(effect, in in_configure_effect_channels()
1449 fct_status = (*effect)->command(effect, in in_configure_effect_channels()
1459 fct_status = (*effect)->command(effect, in in_configure_effect_channels()
1471 effect_handle_t effect, in in_reconfigure_channels() argument
1478 config_changed, effect); in in_reconfigure_channels()
1500 } else if (effect != NULL && channel_config->aux_channels) { in in_reconfigure_channels()
1503 status = in_configure_effect_channels(effect, channel_config); in in_reconfigure_channels()
1509 effect_handle_t effect) in in_update_aux_channels() argument
1520 effect, in in_update_aux_channels()
1529 in_reconfigure_channels(in, effect, &channel_config, true); in in_update_aux_channels()
3199 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() argument
3202 (void)effect; in out_add_audio_effect()
3206 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() argument
3209 (void)effect; in out_remove_audio_effect()
3680 effect_handle_t effect, in add_remove_audio_effect() argument
3690 status = (*effect)->get_descriptor(effect, &desc); in add_remove_audio_effect()
3713 in->preprocessors[in->num_preprocessors].effect_itfe = effect; in add_remove_audio_effect()
3718 in_update_aux_channels(in, effect);//wesley crash in add_remove_audio_effect()
3736 if ( in->preprocessors[i].effect_itfe == effect ) { in add_remove_audio_effect()
3775 effect_handle_t effect) in in_add_audio_effect() argument
3777 ALOGV("%s: effect %p", __func__, effect); in in_add_audio_effect()
3778 return add_remove_audio_effect(stream, effect, true); in in_add_audio_effect()
3782 effect_handle_t effect) in in_remove_audio_effect() argument
3784 ALOGV("%s: effect %p", __func__, effect); in in_remove_audio_effect()
3785 return add_remove_audio_effect(stream, effect, false); in in_remove_audio_effect()