Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
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/
Dmodule-pipe-source.c139 if (u->source->thread_info.state == PA_SOURCE_RUNNING && pollfd->revents) { in thread_func()
181 pollfd->events = (short) (u->source->thread_info.state == PA_SOURCE_RUNNING ? POLLIN : 0); in thread_func()
Dmodule-sine-source.c112 if (new_state == PA_SOURCE_RUNNING) in source_set_state_in_io_thread_cb()
Dmodule-tunnel-source-new.c456 case PA_SOURCE_RUNNING: { in source_set_state_in_io_thread_cb()
Dmodule-solaris.c489 case PA_SOURCE_RUNNING: in source_set_state_in_io_thread_cb()
Dmodule-tunnel.c691 case PA_SOURCE_RUNNING: in source_set_state_in_main_thread_cb()
/third_party/pulseaudio/src/pulsecore/
Dsource.h52 return x == PA_SOURCE_RUNNING || x == PA_SOURCE_IDLE || x == PA_SOURCE_SUSPENDED; in PA_SOURCE_IS_LINKED()
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()
Dprotocol-native.c2948 s->source_output->source->state == PA_SOURCE_RUNNING && in command_get_record_latency()
/third_party/pulseaudio/src/modules/jack/
Dmodule-jack-source.c111 if (u->source->thread_info.state == PA_SOURCE_RUNNING) in source_process_msg()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c149 #define IS_ACTIVE(u) (((u)->source->state == PA_SOURCE_RUNNING) && \
477 if (state == PA_SOURCE_RUNNING) { in source_set_state_in_main_thread_cb()
504 if ((u->source->state == PA_SOURCE_RUNNING) && u->adjust_time) in sink_set_state_in_main_thread_cb()
1077 if (u->source_output->source->thread_info.state == PA_SOURCE_RUNNING) in source_output_process_msg_cb()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c524 case PA_SOURCE_RUNNING: in ca_source_set_state_in_main_thread()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c784 case PA_SOURCE_RUNNING: in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/utils/
Dpactl.c389 [1+PA_SOURCE_RUNNING] = "RUNNING", in get_source_info_callback()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c933 case PA_SOURCE_RUNNING: in source_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1264 case PA_SOURCE_RUNNING: { in source_set_state_in_io_thread_cb()