Searched refs:update_real_volume (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | source.c | 1501 static void update_real_volume(pa_source *s, const pa_cvolume *new_volume, pa_channel_map *channel_map) { in update_real_volume() function 1525 update_real_volume(o->destination_source, new_volume, channel_map); in update_real_volume() 1545 update_real_volume(s, &s->reference_volume, &s->channel_map); in compute_real_volume() 1554 update_real_volume(s, &s->real_volume, &s->channel_map); in compute_real_volume() 1585 * that will be done later in update_real_volume(). */ in propagate_reference_volume() 1699 update_real_volume(root_source, &root_source->reference_volume, &root_source->channel_map); in pa_source_set_volume() 1859 update_real_volume(s, &s->real_volume, &s->channel_map); in pa_source_get_volume() 1879 update_real_volume(s, new_real_volume, &s->channel_map); in pa_source_volume_changed()
|
H A D | sink.c | 1991 static void update_real_volume(pa_sink *s, const pa_cvolume *new_volume, pa_channel_map *channel_map) { in update_real_volume() function 2015 update_real_volume(i->origin_sink, new_volume, channel_map); in update_real_volume() 2035 update_real_volume(s, &s->reference_volume, &s->channel_map); in compute_real_volume() 2044 update_real_volume(s, &s->real_volume, &s->channel_map); in compute_real_volume() 2075 * that will be done later in update_real_volume(). */ in propagate_reference_volume() 2189 update_real_volume(root_sink, &root_sink->reference_volume, &root_sink->channel_map); in pa_sink_set_volume() 2340 update_real_volume(s, &s->real_volume, &s->channel_map); in pa_sink_get_volume() 2360 update_real_volume(s, new_real_volume, &s->channel_map); in pa_sink_volume_changed()
|
Completed in 11 milliseconds