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

  /device/generic/goldfish/audio/
audio_hw_legacy.c 211 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) function
213 // out_remove_audio_effect is a no op
431 out->stream.common.remove_audio_effect = out_remove_audio_effect;
audio_hw.c 663 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) function
665 // out_remove_audio_effect is a no op
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 318 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) function
320 ALOGV("out_remove_audio_effect: %p", effect);
453 out->stream.common.remove_audio_effect = out_remove_audio_effect;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 478 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { function
479 // out_remove_audio_effect is a no op
986 out->stream.common.remove_audio_effect = out_remove_audio_effect;
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 497 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) function
499 ALOGV("out_remove_audio_effect: %p", effect);
632 out->stream.common.remove_audio_effect = out_remove_audio_effect;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 666 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) function
668 // out_remove_audio_effect is a no op
    [all...]

Completed in 54 milliseconds