HomeSort by relevance Sort by last modified time
    Searched refs:addAudioEffect (Results 1 - 9 of 9) sorted by null

  /device/asus/fugu/libaudio/
AudioStreamIn.h 52 status_t addAudioEffect(effect_handle_t effect);
AudioStreamIn.cpp 240 status_t AudioStreamIn::addAudioEffect(effect_handle_t effect)
audio_hal_thunks.cpp 337 return tstream->impl->addAudioEffect(effect);
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; }
AudioHardwareGeneric.h 95 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; }
audio_hw_hal.cpp 397 return in->legacy_in->addAudioEffect(effect);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 189 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);

Completed in 308 milliseconds