/third_party/pulseaudio/src/pulsecore/ |
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; 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);
|
D | source-output.h | 159 …void (*suspend) (pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_…
|
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()
|
D | protocol-native.c | 256 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/ |
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()
|
D | introspect.h | 383 pa_source_state_t state; /**< State \since 0.9.15 */
|
D | introspect.c | 543 i.state = (pa_source_state_t) state; in context_get_source_info_callback()
|
/third_party/pulseaudio/src/modules/ |
D | module-null-source.c | 104 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()
|
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_c… in source_set_state_in_io_thread_cb()
|
D | module-remap-source.c | 111 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()
|
D | module-tunnel-source-new.c | 436 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()
|
D | module-virtual-source.c | 187 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()
|
D | module-tunnel.c | 673 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()
|
D | module-solaris.c | 465 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()
|
D | module-loopback.c | 764 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/ |
D | module-oss.c | 160 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/ |
D | alsa-source.c | 1203 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/ |
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/macosx/ |
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_cau… in ca_source_set_state_in_main_thread()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 910 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/ |
D | module-echo-cancel.c | 467 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/ |
D | libpulse.vapi | 1527 [CCode (cname="pa_source_state_t", cprefix="PA_SOURCE_", has_type_id=false)]
|