Home
last modified time | relevance | path

Searched refs:suspend_within_thread (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsource-output.h163 void (*suspend_within_thread) (pa_source_output *o, bool b); /* may be NULL */ member
Dsink-input.h200 void (*suspend_within_thread) (pa_sink_input *i, bool b); /* may be NULL */ member
Dsource.c2243 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()
Dsink.c2955 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()
Dsource-output.c218 o->suspend_within_thread = NULL; in reset_callbacks()
Dsink-input.c341 i->suspend_within_thread = NULL; in reset_callbacks()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-recv.c550 s->sink_input->suspend_within_thread = sink_input_suspend_within_thread; in session_new()