Lines Matching defs:module
34 #include <pulsecore/module.h>
68 "autoloaded=<set if this module is being loaded automatically> "));
77 pa_module *module;
204 the algorithm module. The PulseAudio D-Bus infrastructure will take care of
660 pa_module_unload_request(u->module, true);
1018 pa_log("Failed to parse module arguments.");
1026 pa_log_warn("The 'master' module argument is deprecated and may be removed in the future, "
1068 u->module = m;
1097 pa_log("LADSPA module lacks ladspa_descriptor() symbol.");
1279 sink_data.module = m;
1286 pa_proplist_sets(sink_data.proplist, "device.ladspa.module", plugin);
1334 sink_input_data.module = m;
1374 u->memblockq = pa_memblockq_new("module-ladspa-sink memblockq", 0, MEMBLOCKQ_MAXLENGTH, 0, &ss, 1, 1, 0, &silence);