Home
last modified time | relevance | path

Searched refs:addAudioEffect (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/libaudio/
DAudioStreamIn.h52 status_t addAudioEffect(effect_handle_t effect);
DAudioStreamIn.cpp243 status_t AudioStreamIn::addAudioEffect(effect_handle_t effect) in addAudioEffect() function in android::AudioStreamIn
Daudio_hal_thunks.cpp358 return tstream->impl->addAudioEffect(effect); in in_add_audio_effect()