/third_party/pulseaudio/src/pulsecore/ |
H A D | source.h | 51 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 D | source-output.h | 159 void (*suspend) (pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause); /* may be NULL */
|
H A D | source.c | 60 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 D | protocol-native.c | 96 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 D | def.h | 1014 } 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 D | introspect.h | 389 pa_source_state_t state; /**< State \since 0.9.15 */
|
H A D | introspect.c | 543 i.state = (pa_source_state_t) state; in context_get_source_info_callback()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-sine-source.c | 106 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 D | module-null-source.c | 106 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 D | module-remap-source.c | 114 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 D | module-tunnel-source-new.c | 513 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 D | module-virtual-source.c | 190 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 D | module-tunnel.c | 820 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 D | module-solaris.c | 486 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 D | module-loopback.c | 963 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 D | alsa-source.c | 1244 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 D | iface-device.c | 90 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 D | module-oss.c | 162 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 D | module-coreaudio-device.c | 515 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 D | module-bluez5-device.c | 878 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 D | module-echo-cancel.c | 473 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()
|