Home
last modified time | relevance | path

Searched refs:unsuspend (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c382 static int unsuspend(struct userdata *u) { in unsuspend() function
453 if (unsuspend(u) < 0) in sink_set_state_in_io_thread_cb()
514 if (unsuspend(u) < 0) in source_set_state_in_io_thread_cb()
H A Dmodule-combine-sink.c803 static void unsuspend(struct userdata *u) { in unsuspend() function
829 * suspend/unsuspend from main context here! */ in sink_set_state_in_main_thread_cb()
842 unsuspend(u); in sink_set_state_in_main_thread_cb()
846 * This is especially important if after an unsuspend the sink runs on a different in sink_set_state_in_main_thread_cb()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c197 static int unsuspend(struct userdata *u, bool recovering);
433 /* Called from IO Context on unsuspend or from main thread when creating sink */
545 if (unsuspend(u, true) < 0) in try_recover()
1169 /* Called from IO Context on unsuspend */
1191 static int unsuspend(struct userdata *u, bool recovering) { in unsuspend() function
1216 * the unsuspend() to try to recover the PCM, this will make the snd_pcm_open() fail, here in unsuspend()
1445 if ((r = unsuspend(u, false)) < 0) in sink_set_state_in_io_thread_cb()
1878 /* Passthrough status change is handled during unsuspend */ in sink_reconfigure_cb()
2128 if (unsuspend(u, true) < 0) in thread_func()
H A Dalsa-source.c178 static int unsuspend(struct userdata *u, bool recovering);
405 /* Called from IO Context on unsuspend or from main thread when creating source */
522 if (unsuspend(u, true) < 0) in try_recover()
1054 /* Called from IO Context on unsuspend */
1075 static int unsuspend(struct userdata *u, bool recovering) { in unsuspend() function
1091 * the unsuspend() to try to recover the PCM, this will make the snd_pcm_open() fail, here in unsuspend()
1319 if ((r = unsuspend(u, false)) < 0) in source_set_state_in_io_thread_cb()
1832 if (unsuspend(u, true) < 0) in thread_func()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c540 static int unsuspend(struct userdata *u) { in unsuspend() function
708 if (unsuspend(u) < 0) in sink_set_state_in_io_thread_cb()
796 if (unsuspend(u) < 0) in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c1144 goto unsuspend; in pa_source_reconfigure()
1154 unsuspend: in pa_source_reconfigure()

Completed in 16 milliseconds