Lines Matching defs:suspended
458 * not been suspended. If the time between two calls is more than 5% longer than the
927 /* Uncork the sink input unless the destination is suspended for other
965 bool suspended;
975 suspended = (o->source->state == PA_SOURCE_SUSPENDED);
977 /* If the source has been suspended, we need to handle this like
979 if (suspended) {
989 pa_sink_input_cork(u->sink_input, suspended);
1349 /* Uncork the source output unless the destination is suspended for other
1396 bool suspended;
1406 suspended = (i->sink->state == PA_SINK_SUSPENDED);
1408 /* If the sink has been suspended, we need to handle this like
1410 * is suspended, we can set the variables directly. */
1411 if (suspended) {
1419 pa_source_output_cork(u->source_output, suspended);