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

  /device/generic/goldfish/audio/
audio_hw_legacy.c 179 static int out_set_volume(struct audio_stream_out *stream, float left, function
433 out->stream.set_volume = out_set_volume;
audio_hw.c 401 static int out_set_volume(struct audio_stream_out *stream, float left, function
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 234 static int out_set_volume(struct audio_stream_out *stream, float left, function
237 ALOGV("out_set_volume: Left:%f Right:%f", left, right);
455 out->stream.set_volume = out_set_volume;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 199 static int out_set_volume(struct audio_stream_out *stream, function
988 out->stream.set_volume = out_set_volume;
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 399 static int out_set_volume(struct audio_stream_out *stream, float left, function
402 ALOGV("out_set_volume: Left:%f Right:%f", left, right);
634 out->stream.set_volume = out_set_volume;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 404 static int out_set_volume(struct audio_stream_out *stream, float left, function
    [all...]

Completed in 74 milliseconds