OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addAudioEffect
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h
182
virtual status_t
addAudioEffect
(effect_handle_t effect) = 0;
/hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h
397
virtual status_t
addAudioEffect
(effect_handle_t effect)
audio_hw_hal.cpp
418
return in->qcom_in->
addAudioEffect
(effect);
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
397
return in->legacy_in->
addAudioEffect
(effect);
Completed in 23 milliseconds