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

  /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 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);

Completed in 65 milliseconds