Home
last modified time | relevance | path

Searched refs:pa_source_state_t (Results 1 – 22 of 22) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
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;
151 …int (*set_state_in_main_thread)(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_…
152 …int (*set_state_in_io_thread)(pa_source *s, pa_source_state_t state, pa_suspend_cause_t suspend_ca…
233 pa_source_state_t state;
430 const char *pa_source_state_to_string(pa_source_state_t state);
Dsource-output.h159 …void (*suspend) (pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_…
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()
Dprotocol-native.c256 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_c…
1767 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_c… in source_output_suspend_cb()
/third_party/pulseaudio/src/pulse/
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()
Dintrospect.h383 pa_source_state_t state; /**< State \since 0.9.15 */
Dintrospect.c543 i.state = (pa_source_state_t) state; in context_get_source_info_callback()
/third_party/pulseaudio/src/modules/
Dmodule-null-source.c104 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
Dmodule-sine-source.c106 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
Dmodule-remap-source.c111 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cau… in source_set_state_in_main_thread_cb()
Dmodule-tunnel-source-new.c436 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
Dmodule-virtual-source.c187 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cau… in source_set_state_in_main_thread_cb()
Dmodule-tunnel.c673 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cau… in source_set_state_in_main_thread_cb()
683 switch ((pa_source_state_t) state) { in source_set_state_in_main_thread_cb()
Dmodule-solaris.c465 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
Dmodule-loopback.c764 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_c… in source_output_suspend_cb()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c160 static void trigger(struct userdata *u, pa_sink_state_t sink_state, pa_source_state_t source_state,… in trigger()
757 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1203 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend… in source_set_state_in_main_thread_cb()
1204 pa_source_state_t old_state; in source_set_state_in_main_thread_cb()
1232 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/dbus/
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/macosx/
Dmodule-coreaudio-device.c515 static int ca_source_set_state_in_main_thread(pa_source *s, pa_source_state_t state, pa_suspend_cau… in ca_source_set_state_in_main_thread()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c910 static int source_set_state_in_io_thread_cb(pa_source *s, pa_source_state_t new_state, pa_suspend_c… in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c467 static int source_set_state_in_main_thread_cb(pa_source *s, pa_source_state_t state, pa_suspend_cau… in source_set_state_in_main_thread_cb()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1527 [CCode (cname="pa_source_state_t", cprefix="PA_SOURCE_", has_type_id=false)]