Searched refs:srb_template (Results 1 – 2 of 2) sorted by relevance
189 c->srb_template.readfd = -1; in pa_context_new_with_proplist()190 c->srb_template.writefd = -1; in pa_context_new_with_proplist()241 if (c->srb_template.memblock) { in context_unlink()242 pa_memblock_unref(c->srb_template.memblock); in context_unlink()243 c->srb_template.memblock = NULL; in context_unlink()391 c->srb_template.memblock = memblock; in handle_srbchannel_memblock()393 sr = pa_srbchannel_new_from_template(c->mainloop, &c->srb_template); in handle_srbchannel_memblock()396 c->srb_template.readfd = -1; in handle_srbchannel_memblock()397 c->srb_template.writefd = -1; in handle_srbchannel_memblock()398 pa_memblock_unref(c->srb_template.memblock); in handle_srbchannel_memblock()[all …]
83 pa_srbchannel_template srb_template; member