Home
last modified time | relevance | path

Searched refs:pa_source_state_t (Results 1 - 21 of 21) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsource.h51 static inline bool PA_SOURCE_IS_LINKED(pa_source_state_t x) { in PA_SOURCE_IS_LINKED()
66 pa_source_state_t state;
152 int (*set_state_in_main_thread)(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause); /* may be NULL */
153 int (*set_state_in_io_thread)(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause); /* may be NULL */
234 pa_source_state_t state;
431 const char *pa_source_state_to_string(pa_source_state_t state);
H A Dsource-output.h159 void (*suspend) (pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause); /* may be NULL */
H A Dsource.c60 pa_source_state_t state;
361 static int source_set_state(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in source_set_state()
367 pa_source_state_t old_state; in source_set_state()
2059 const char *pa_source_state_to_string(pa_source_state_t state) { in pa_source_state_to_string()
H A Dprotocol-native.c96 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause);
1629 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause) { in source_output_suspend_cb()
/third_party/pulseaudio/src/pulse/
H A Ddef.h1014 } pa_source_state_t; typedef
1017 static inline int PA_SOURCE_IS_OPENED(pa_source_state_t x) { in PA_SOURCE_IS_OPENED()
1022 static inline int PA_SOURCE_IS_RUNNING(pa_source_state_t x) { in PA_SOURCE_IS_RUNNING()
H A Dintrospect.h389 pa_source_state_t state; /**< State \since 0.9.15 */
H A Dintrospect.c543 i.state = (pa_source_state_t) state; in context_get_source_info_callback()
/third_party/pulseaudio/src/modules/
H A Dmodule-sine-source.c106 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
H A Dmodule-null-source.c106 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
H A Dmodule-remap-source.c114 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in source_set_state_in_main_thread_cb()
H A Dmodule-tunnel-source-new.c513 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
H A Dmodule-virtual-source.c190 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in source_set_state_in_main_thread_cb()
H A Dmodule-tunnel.c820 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in source_set_state_in_main_thread_cb()
830 switch ((pa_source_state_t) state) { in source_set_state_in_main_thread_cb()
H A Dmodule-solaris.c486 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
H A Dmodule-loopback.c963 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause) { in source_output_suspend_cb()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-source.c1244 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_main_thread_cb()
1245 pa_source_state_t old_state; in source_set_state_in_main_thread_cb()
1273 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c90 pa_source_state_t source_state;
1154 pa_source_state_t new_source_state = 0; in state_changed_cb()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c162 static void trigger(struct userdata *u, pa_sink_state_t sink_state, pa_source_state_t source_state, bool quick) { in trigger()
759 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c515 static int ca_source_set_state_in_main_thread(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in ca_source_set_state_in_main_thread()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c878 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_cause_t new_suspend_cause) { in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c473 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_cause) { in source_set_state_in_main_thread_cb()

Completed in 45 milliseconds