Lines Matching defs:save
244 bool pa_sink_input_new_data_set_sink(pa_sink_input_new_data *data, pa_sink *s, bool save, bool requested_by_application) {
254 if (save) {
266 if (save) {
441 /* If volume is set, we need to save the original data->channel_map,
465 /* Don't restore (or save) stream volume for passthrough streams and
1417 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute) {
1444 i->save_volume = i->save_volume || save;
1449 i->save_volume = save;
1455 pa_sink_set_volume(i->sink, NULL, true, save);
1586 void pa_sink_input_set_mute(pa_sink_input *i, bool mute, bool save) {
1596 i->save_muted |= save;
1603 i->save_muted = save;
2155 int pa_sink_input_finish_move(pa_sink_input *i, pa_sink *dest, bool save) {
2193 /* save == true, means user is calling the move_to() and want to
2194 save the preferred_sink */
2195 if (save) {
2262 int pa_sink_input_move_to(pa_sink_input *i, pa_sink *dest, bool save) {
2284 if ((r = pa_sink_input_finish_move(i, dest, save)) < 0) {
2732 * pa_sink_input_move_to() with save=false, which avoids the recursive