Lines Matching defs:core
37 #include <pulsecore/core-error.h>
40 #include <pulsecore/core-util.h>
74 pa_core *core;
171 pa_assert_se(c->playback.current_memblock = pa_memblock_new(c->protocol->core->mempool, (size_t) -1));
512 c->client = pa_client_new(p->core, &client_data);
527 if (!(sink = pa_namereg_get(c->protocol->core, o->default_sink, PA_NAMEREG_SINK))) {
540 pa_sink_input_new(&c->sink_input, p->core, &data);
583 if (!(source = pa_namereg_get(c->protocol->core, o->default_source, PA_NAMEREG_SOURCE))) {
596 pa_source_output_new(&c->source_output, p->core, &data);
653 p->core = c;
692 pa_assert_se(pa_shared_remove(p->core, "simple-protocol") >= 0);