Lines Matching refs:autoloaded
79 "autoloaded=<set if this module is being loaded automatically> "
90 bool autoloaded;
140 "autoloaded",
1082 if (u->autoloaded) {
1083 /* We were autoloaded, and don't support moving. Let's unload ourselves. */
1084 pa_log_debug("Can't move autoloaded stream, unloading");
1224 u->autoloaded = DEFAULT_AUTOLOADED;
1225 if (pa_modargs_get_value_boolean(ma, "autoloaded", &u->autoloaded) < 0) {
1226 pa_log("Failed to parse autoloaded value");