Lines Matching defs:module
24 #include "restart-module.h"
89 pa_module *module;
198 memchunk.memblock = pa_memblock_new_fixed(u->module->core->mempool, (void *) p, nbytes, true);
327 /* Do a reinit of the module. Note that u will be freed as a result of this
339 * and when the module exits. */
340 rd->restart_data = pa_restart_module_reinit(u->module, do_init, do_done, u->reconnect_interval_us);
342 /* exit the module */
343 pa_module_unload_request(u->module, true);
561 source_data.module = u->module;
569 if (!(u->source = pa_source_new(u->module->core, &source_data, PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY | PA_SOURCE_NETWORK))) {
609 maybe_restart(u->module->userdata);
630 pa_log("Failed to parse module arguments.");
635 u->module = m;
672 * when module-tunnel-source-new is used together with module-loopback.
673 * module-loopback bases the asyncmsq on the rtpoll provided by the source and
701 /* If the module is restarting and do_init() finishes successfully, the