Home
last modified time | relevance | path

Searched refs:PA_SOURCE_RUNNING (Results 1 - 16 of 16) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Ddef.h991 PA_SOURCE_RUNNING = 0, enumerator
1018 return x == PA_SOURCE_RUNNING || x == PA_SOURCE_IDLE; in PA_SOURCE_IS_OPENED()
1023 return x == PA_SOURCE_RUNNING; in PA_SOURCE_IS_RUNNING()
1028 #define PA_SOURCE_RUNNING PA_SOURCE_RUNNING macro
/third_party/pulseaudio/src/modules/
H A Dmodule-pipe-source.c139 if (u->source->thread_info.state == PA_SOURCE_RUNNING && pollfd->revents) { in thread_func()
179 pollfd->events = (short) (u->source->thread_info.state == PA_SOURCE_RUNNING ? POLLIN : 0); in thread_func()
H A Dmodule-sine-source.c112 if (new_state == PA_SOURCE_RUNNING) in source_set_state_in_io_thread_cb()
H A Dmodule-tunnel-source-new.c533 case PA_SOURCE_RUNNING: { in source_set_state_in_io_thread_cb()
H A Dmodule-solaris.c510 case PA_SOURCE_RUNNING: in source_set_state_in_io_thread_cb()
H A Dmodule-tunnel.c838 case PA_SOURCE_RUNNING: in source_set_state_in_main_thread_cb()
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-source.c115 if (u->source->thread_info.state == PA_SOURCE_RUNNING) in source_process_msg()
/third_party/pulseaudio/src/pulsecore/
H A Dsource.h52 return x == PA_SOURCE_RUNNING || x == PA_SOURCE_IDLE || x == PA_SOURCE_SUSPENDED; in PA_SOURCE_IS_LINKED()
H A Dsource.c834 return source_set_state(s, pa_source_used_by(s) ? PA_SOURCE_RUNNING : PA_SOURCE_IDLE, 0); in pa_source_update_status()
857 return source_set_state(s, pa_source_used_by(s) ? PA_SOURCE_RUNNING : PA_SOURCE_IDLE, 0); in pa_source_suspend()
886 return source_set_state(s, pa_source_used_by(s) ? PA_SOURCE_RUNNING : PA_SOURCE_IDLE, 0); in pa_source_sync_suspend()
2063 case PA_SOURCE_RUNNING: return "RUNNING"; in pa_source_state_to_string()
H A Dprotocol-native.c2819 s->source_output->source->state == PA_SOURCE_RUNNING && in command_get_record_latency()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c149 #define IS_ACTIVE(u) (((u)->source->state == PA_SOURCE_RUNNING) && \
483 if (state == PA_SOURCE_RUNNING) { in source_set_state_in_main_thread_cb()
510 if ((u->source->state == PA_SOURCE_RUNNING) && u->adjust_time) in sink_set_state_in_main_thread_cb()
1086 if (u->source_output->source->thread_info.state == PA_SOURCE_RUNNING) in source_output_process_msg_cb()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c524 case PA_SOURCE_RUNNING: in ca_source_set_state_in_main_thread()
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c786 case PA_SOURCE_RUNNING: in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c904 case PA_SOURCE_RUNNING: in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-source.c1305 case PA_SOURCE_RUNNING: { in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/utils/
H A Dpactl.c741 [1+PA_SOURCE_RUNNING] = "RUNNING", in get_source_info_callback()

Completed in 44 milliseconds