Lines Matching defs:module
24 #include "restart-module.h"
91 pa_module *module;
343 /* Do a reinit of the module. Note that u will be freed as a result of this
355 * and when the module exits. */
356 rd->restart_data = pa_restart_module_reinit(u->module, do_init, do_done, u->reconnect_interval_us);
358 /* exit the module */
359 pa_module_unload_request(u->module, true);
587 sink_data.module = u->module;
595 if (!(u->sink = pa_sink_new(u->module->core, &sink_data, PA_SINK_LATENCY | PA_SINK_DYNAMIC_LATENCY | PA_SINK_NETWORK))) {
637 maybe_restart(u->module->userdata);
658 pa_log("Failed to parse module arguments.");
663 u->module = m;
700 * when module-tunnel-sink-new is used together with module-loopback or
701 * module-combine-sink. Both modules base their asyncmsq on the rtpoll provided
702 * by the sink. module-loopback and combine-sink only work because they call
705 * with module-tunnel-sink-new. */
732 /* If the module is restarting and do_init() finishes successfully, the