Searched refs:realtime_scheduling (Results 1 – 20 of 20) sorted by relevance
/third_party/pulseaudio/src/daemon/ |
D | daemon-conf.h | 63 realtime_scheduling, member
|
D | daemon-conf.c | 67 .realtime_scheduling = true, 568 { "realtime-scheduling", pa_config_parse_bool, &c->realtime_scheduling, NULL }, in pa_daemon_conf_load() 799 pa_strbuf_printf(s, "realtime-scheduling = %s\n", pa_yes_no(c->realtime_scheduling)); in pa_daemon_conf_dump()
|
D | ohos_daemon-conf.c | 67 .realtime_scheduling = true, 568 { "realtime-scheduling", pa_config_parse_bool, &c->realtime_scheduling, NULL }, in pa_daemon_conf_load() 799 pa_strbuf_printf(s, "realtime-scheduling = %s\n", pa_yes_no(c->realtime_scheduling)); in pa_daemon_conf_dump()
|
D | cmdline.c | 288 conf->realtime_scheduling = !!b; in pa_cmdline_parse()
|
D | main.c | 1209 c->realtime_scheduling = conf->realtime_scheduling;
|
D | ohos_pa_main.c | 1236 c->realtime_scheduling = conf->realtime_scheduling; in real_main()
|
/third_party/pulseaudio/src/modules/jack/ |
D | module-jack-source.c | 194 if (u->core->realtime_scheduling) in thread_func() 232 if (u->core->realtime_scheduling) in jack_init()
|
D | module-jack-sink.c | 231 if (u->core->realtime_scheduling) in thread_func() 274 if (u->core->realtime_scheduling) in jack_init()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core.h | 222 bool realtime_scheduling:1; member
|
D | core.c | 188 c->realtime_scheduling = false; in pa_core_new()
|
/third_party/pulseaudio/src/modules/ |
D | module-null-source.c | 144 if (u->core->realtime_scheduling) in thread_func()
|
D | module-null-sink.c | 271 if (u->core->realtime_scheduling) in thread_func()
|
D | module-waveout.c | 256 if (u->core->realtime_scheduling) in thread_func()
|
D | module-solaris.c | 673 if (u->core->realtime_scheduling) in thread_func()
|
D | module-combine-sink.c | 433 if (u->core->realtime_scheduling) in thread_func()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-coreaudio-device.c | 725 if (u->module->core->realtime_scheduling) in thread_func()
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 902 if (u->core->realtime_scheduling) in thread_func()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1703 if (u->core->realtime_scheduling) in thread_func()
|
D | alsa-sink.c | 1971 if (u->core->realtime_scheduling) in thread_func()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 1440 if (u->core->realtime_scheduling) in thread_func()
|