Lines Matching defs:global
49 bool global:1;
285 /* If it is triggered from source-output with false of global option, no need to apply interaction. */
286 if (!u->global)
291 if (u->global) {
423 bool global = false;
587 if (pa_modargs_get_value_boolean(ma, "global", &global) < 0) {
588 pa_log("Invalid boolean parameter: global");
591 u->global = global;