Home
last modified time | relevance | path

Searched refs:scache_idle_time (Results 1 – 9 of 9) sorted by relevance

/third_party/pulseaudio/src/daemon/
Ddaemon-conf.h85 scache_idle_time, member
Ddaemon-conf.c74 .scache_idle_time = 20,
588 { "scache-idle-time", pa_config_parse_int, &c->scache_idle_time, NULL }, in pa_daemon_conf_load()
802 pa_strbuf_printf(s, "scache-idle-time = %i\n", c->scache_idle_time); in pa_daemon_conf_dump()
Dohos_daemon-conf.c74 .scache_idle_time = 20,
588 { "scache-idle-time", pa_config_parse_int, &c->scache_idle_time, NULL }, in pa_daemon_conf_load()
802 pa_strbuf_printf(s, "scache-idle-time = %i\n", c->scache_idle_time); in pa_daemon_conf_dump()
Dcmdline.c361 conf->scache_idle_time = atoi(optarg); in pa_cmdline_parse()
Dohos_pa_main.c1085 c->scache_idle_time = conf->scache_idle_time; in ohos_pa_main()
Dmain.c1051 c->scache_idle_time = conf->scache_idle_time; in main()
/third_party/pulseaudio/src/pulsecore/
Dcore.h213 int exit_idle_time, scache_idle_time; member
Dcore-scache.c448 if (e->last_used_time + c->scache_idle_time > now) in pa_scache_unload_unused()
Dcore.c140 c->scache_idle_time = 20; in pa_core_new()