Lines Matching defs:module
24 #include "restart-module.h"
38 pa_module *module;
54 /* now that restart_usec has elapsed, we call do_init to restart the module */
55 ret = rd->do_init(rd->module);
80 /* call do_done on the module, which will effectively tear it down; all
82 rd->do_done(rd->module);
84 /* after restart_usec, call do_init to restart the module */
104 rd->module = m;
107 * chain we're in before we effectively reinit the module */
119 rd->module->core->mainloop->defer_enable(rd->defer_event, 0);
120 rd->module->core->mainloop->defer_free(rd->defer_event);
124 pa_log_info("Cancel reinit for %s", rd->module->name);
125 rd->module->core->mainloop->time_free(rd->time_event);