Lines Matching refs:corked
172 …struct userdata *u, pa_sink_input *i, const char *interaction_role, bool corked, struct group *g) { in uncork_or_unduck() argument
178 else if (corked || i->muted) { in uncork_or_unduck()
182 if (corked) in uncork_or_unduck()
197 bool corked, interaction_applied; in apply_interaction_to_sink() local
219 corked = (j->state == PA_SINK_INPUT_CORKED); in apply_interaction_to_sink()
220 if (new_stream && corked) in apply_interaction_to_sink()
221 corked = false; in apply_interaction_to_sink()
224 if (new_trigger && ((!corked && !j->muted) || u->duck)) { in apply_interaction_to_sink()
233 uncork_or_unduck(u, j, role, corked, g); in apply_interaction_to_sink()
252 bool corked; in remove_interactions() local
258 corked = (j->state == PA_SINK_INPUT_CORKED); in remove_interactions()
261 uncork_or_unduck(u, j, role, corked, g); in remove_interactions()