Searched defs:out_set_volume (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c184 static int out_set_volume(struct audio_stream_out *stream, float left, function
274 out->stream.set_volume = out_set_volume;
/hardware/libhardware/modules/audio/
H A Daudio_hw.c98 static int out_set_volume(struct audio_stream_out *stream, float left, function
244 out->stream.set_volume = out_set_volume;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp227 static int out_set_volume(struct audio_stream_out *stream, float left, function
525 out->stream.set_volume = out_set_volume;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp223 static int out_set_volume(struct audio_stream_out *stream, float left, function in namespace:android
549 out->stream.set_volume = out_set_volume;
/hardware/qcom/audio/alsa_sound/
H A Daudio_hw_hal.cpp249 static int out_set_volume(struct audio_stream_out *stream, float left, function
540 out->stream.set_volume = out_set_volume;
594 out->stream.set_volume = out_set_volume;

Completed in 126 milliseconds