Lines Matching refs:core
38 #include <pulsecore/core-util.h>
64 pa_core *core;
271 if (u->core->realtime_scheduling)
272 pa_thread_make_realtime(u->core->realtime_priority);
308 pa_asyncmsgq_post(u->thread_mq.outq, PA_MSGOBJECT(u->core), PA_CORE_MESSAGE_UNLOAD_MODULE, u->module, 0, NULL, NULL);
332 ss = m->core->default_sample_spec;
333 map = m->core->default_channel_map;
340 u->core = m->core;
345 if (pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll) < 0) {
388 u->sink = pa_sink_new(m->core, &data, PA_SINK_LATENCY | PA_SINK_DYNAMIC_LATENCY | PA_SINK_SET_FORMATS);