Lines Matching defs:save
968 void pa_sink_move_all_finish(pa_sink *s, pa_queue *q, bool save) {
978 if (pa_sink_input_finish_move(i, s, save) < 0)
2093 static bool update_reference_volume(pa_sink *s, const pa_cvolume *v, const pa_channel_map *channel_map, bool save) {
2111 s->save_volume = (!reference_volume_changed && s->save_volume) || save;
2142 bool save) {
2181 if (update_reference_volume(root_sink, &new_reference_volume, &root_sink->channel_map, save)) {
2206 update_reference_volume(root_sink, &new_reference_volume, &root_sink->channel_map, save);
2308 * to save changed hw settings given that hw volume changes not
2365 void pa_sink_set_mute(pa_sink *s, bool mute, bool save) {
2374 s->save_muted |= save;
2379 s->save_muted = save;
2428 * but we must have this here also, because the save parameter of
2763 * rewind, so we just save some values and reconstruct
3485 int pa_sink_set_port(pa_sink *s, const char *name, bool save) {
3503 s->save_port = s->save_port || save;
3517 s->save_port = save;