Home
last modified time | relevance | path

Searched refs:restore_muted (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-device-restore.c62 "restore_muted=<Save/restore muted states?> "
69 "restore_muted",
86 bool restore_muted:1; member
764 pa_assert(u->restore_volume || u->restore_muted); in sink_fixate_hook_callback()
787 if (u->restore_muted && e->muted_valid) { in sink_fixate_hook_callback()
813 pa_assert(u->restore_volume || u->restore_muted); in sink_port_hook_callback()
830 if (u->restore_muted && e->muted_valid) { in sink_port_hook_callback()
906 pa_assert(u->restore_volume || u->restore_muted); in source_fixate_hook_callback()
929 if (u->restore_muted && e->muted_valid) { in source_fixate_hook_callback()
955 pa_assert(u->restore_volume || u->restore_muted); in source_port_hook_callback()
1209 bool restore_volume = true, restore_muted = true, restore_port = true, restore_formats = true; pa__init() local
[all...]
H A Dmodule-stream-restore.c66 "restore_muted=<Save/restore muted states?> "
82 "restore_muted",
104 bool restore_muted:1; member
1493 pa_assert(u->restore_volume || u->restore_muted); in sink_input_fixate_hook_callback()
1524 if (u->restore_muted && e->muted_valid) { in sink_input_fixate_hook_callback()
1674 pa_assert(u->restore_volume || u->restore_muted); in source_output_fixate_hook_callback()
1705 if (u->restore_muted && e->muted_valid) { in source_output_fixate_hook_callback()
1850 if (u->restore_muted && e->muted_valid) { in entry_apply()
1893 if (u->restore_muted && e->muted_valid) { in entry_apply()
2324 bool restore_device = true, restore_volume = true, restore_muted in pa__init() local
[all...]

Completed in 5 milliseconds