Searched refs:pa_sink_input_set_volume (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sink-input.h | 379 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute);
|
D | protocol-esound.c | 784 pa_sink_input_set_volume(conn->sink_input, &volume, true, true); in esd_proto_stream_pan()
|
D | cli-command.c | 619 pa_sink_input_set_volume(si, &cvolume, true, true); in pa_cli_command_sink_input_volume()
|
D | sink-input.c | 1262 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute)… in pa_sink_input_set_volume() function
|
D | protocol-native.c | 3848 pa_sink_input_set_volume(si, &volume, true, true); in command_set_volume()
|
/third_party/pulseaudio/src/modules/ |
D | module-virtual-sink.c | 191 pa_sink_input_set_volume(u->sink_input, &s->real_volume, s->save_volume, true); in sink_set_volume_cb()
|
D | module-virtual-surround-sink.c | 219 pa_sink_input_set_volume(u->sink_input, &s->real_volume, s->save_volume, true); in sink_set_volume_cb()
|
D | module-stream-restore.c | 1789 pa_sink_input_set_volume(si, &v, true, false); in entry_apply()
|
D | module-equalizer-sink.c | 350 pa_sink_input_set_volume(u->sink_input, &s->real_volume, s->save_volume, true); in sink_set_volume_cb()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-stream.c | 410 pa_sink_input_set_volume(s->sink_input, &new_vol, true, true); in handle_set_volume()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | module-echo-cancel.c | 618 pa_sink_input_set_volume(u->sink_input, &s->real_volume, s->save_volume, true); in sink_set_volume_cb()
|