Searched refs:autospawn (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | client-conf.c | 66 .autospawn = true, 115 c->autospawn = false; in load_env() 141 { "autospawn", pa_config_parse_bool, &c->autospawn, NULL }, in pa_client_conf_load()
|
H A D | client-conf.h | 40 bool autospawn, disable_shm, disable_memfd, auto_connect_localhost, auto_connect_display; member
|
H A D | client-conf-x11.c | 87 c->autospawn = false; in pa_client_conf_from_x11()
|
H A D | context.c | 711 pa_log_error("Process disabled waitpid(), cannot autospawn."); 716 pa_log_debug("Trying to autospawn..."); 1003 c->conf->autospawn = false; 1060 if (!(flags & PA_CONTEXT_NOAUTOSPAWN) && c->conf->autospawn) { 1064 pa_log_debug("Not doing autospawn since we are root.");
|
/third_party/pulseaudio/src/tests/ |
H A D | lock-autospawn-test.c | 31 #include <pulsecore/lock-autospawn.h>
|
/third_party/pulseaudio/src/daemon/ |
H A D | main.c | 76 #include <pulsecore/lock-autospawn.h> 837 * recover (i.e. autospawn) from a crash. 867 pa_log_notice(_("User-configured server at %s, refusing to start/autospawn."), configured_address); 895 * first take the autospawn lock to make things 903 pa_log("Failed to initialize autospawn lock"); 908 pa_log("Failed to acquire autospawn lock");
|
H A D | ohos_pa_main.c | 76 #include <pulsecore/lock-autospawn.h> 861 * recover (i.e. autospawn) from a crash. in real_main() 891 pa_log_notice(_("User-configured server at %s, refusing to start/autospawn."), configured_address); in real_main() 919 * first take the autospawn lock to make things in real_main() 927 pa_log("Failed to initialize autospawn lock"); in real_main() 932 pa_log("Failed to acquire autospawn lock"); in real_main()
|
Completed in 7 milliseconds