Searched refs:add_remove_audio_effect (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 2165 static int add_remove_audio_effect(const struct audio_stream *stream, in add_remove_audio_effect() function 2220 return add_remove_audio_effect(stream, effect, true); in in_add_audio_effect() 2227 return add_remove_audio_effect(stream, effect, false); in in_remove_audio_effect()
|
/hardware/qcom/audio/msm8909/hal/ |
D | audio_hw.c | 2545 static int add_remove_audio_effect(const struct audio_stream *stream, in add_remove_audio_effect() function 2582 return add_remove_audio_effect(stream, effect, true); in in_add_audio_effect() 2589 return add_remove_audio_effect(stream, effect, false); in in_remove_audio_effect()
|