Searched refs:suspend_within_thread (Results 1 – 7 of 7) sorted by relevance
163 void (*suspend_within_thread) (pa_source_output *o, bool b); /* may be NULL */ member
200 void (*suspend_within_thread) (pa_sink_input *i, bool b); /* may be NULL */ member
2243 if (o->suspend_within_thread) in pa_source_process_msg()2244 o->suspend_within_thread(o, s->thread_info.state == PA_SOURCE_SUSPENDED); in pa_source_process_msg()
2955 if (i->suspend_within_thread) in pa_sink_process_msg()2956 i->suspend_within_thread(i, s->thread_info.state == PA_SINK_SUSPENDED); in pa_sink_process_msg()
218 o->suspend_within_thread = NULL; in reset_callbacks()
341 i->suspend_within_thread = NULL; in reset_callbacks()
550 s->sink_input->suspend_within_thread = sink_input_suspend_within_thread; in session_new()