Lines Matching defs:ssync
703 pa_sink_input *ssync;
724 for (ssync = i->thread_info.sync_prev; ssync; ssync = ssync->thread_info.sync_prev)
725 pa_sink_input_set_state_within_thread(ssync, state);
727 for (ssync = i->thread_info.sync_next; ssync; ssync = ssync->thread_info.sync_next)
728 pa_sink_input_set_state_within_thread(ssync, state);
734 for (ssync = i->sync_prev; ssync; ssync = ssync->sync_prev) {
735 update_n_corked(ssync, state);
736 ssync->state = state;
738 for (ssync = i->sync_next; ssync; ssync = ssync->sync_next) {
739 update_n_corked(ssync, state);
740 ssync->state = state;
746 for (ssync = i->sync_prev; ssync; ssync = ssync->sync_prev)
747 pa_hook_fire(&i->core->hooks[PA_CORE_HOOK_SINK_INPUT_STATE_CHANGED], ssync);
749 for (ssync = i->sync_next; ssync; ssync = ssync->sync_next)
750 pa_hook_fire(&i->core->hooks[PA_CORE_HOOK_SINK_INPUT_STATE_CHANGED], ssync);
2381 pa_sink_input *ssync;
2385 for (ssync = i->thread_info.sync_prev; ssync; ssync = ssync->thread_info.sync_prev)
2386 pa_sink_input_set_state_within_thread(ssync, PA_PTR_TO_UINT(userdata));
2388 for (ssync = i->thread_info.sync_next; ssync; ssync = ssync->thread_info.sync_next)
2389 pa_sink_input_set_state_within_thread(ssync, PA_PTR_TO_UINT(userdata));