Searched refs:out_set_volume (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c112 static int out_set_volume(struct audio_stream_out *stream, float left, function
115 ALOGV("out_set_volume: Left:%f Right:%f", left, right);
319 out->stream.set_volume = out_set_volume;
/hardware/qcom/audio/legacy/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;
595 out->stream.set_volume = out_set_volume;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c554 static int out_set_volume(struct audio_stream_out *stream, float left, function
737 out->stream.set_volume = out_set_volume;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c421 static int out_set_volume(struct audio_stream_out *stream, float left, float right) function
557 out->stream.set_volume = out_set_volume;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp229 static int out_set_volume(struct audio_stream_out *stream, float left, function
529 out->stream.set_volume = out_set_volume;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp770 static int out_set_volume(struct audio_stream_out *stream, float left,
1392 out->stream.set_volume = out_set_volume;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2125 static int out_set_volume(struct audio_stream_out *stream, float left, function
3404 out->stream.set_volume = out_set_volume;

Completed in 2259 milliseconds