Searched refs:PA_SOURCE_IDLE (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | def.h | 994 PA_SOURCE_IDLE = 1, enumerator 1018 return x == PA_SOURCE_RUNNING || x == PA_SOURCE_IDLE; in PA_SOURCE_IS_OPENED() 1029 #define PA_SOURCE_IDLE PA_SOURCE_IDLE macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | source.h | 52 return x == PA_SOURCE_RUNNING || x == PA_SOURCE_IDLE || x == PA_SOURCE_SUSPENDED; in PA_SOURCE_IS_LINKED()
|
D | source.c | 674 pa_assert_se(source_set_state(s, PA_SOURCE_IDLE, 0) == 0); in pa_source_put() 834 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() 2062 case PA_SOURCE_IDLE: return "IDLE"; in pa_source_state_to_string()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-source-new.c | 455 case PA_SOURCE_IDLE: in source_set_state_in_io_thread_cb()
|
D | module-solaris.c | 488 case PA_SOURCE_IDLE: in source_set_state_in_io_thread_cb()
|
D | module-tunnel.c | 690 case PA_SOURCE_IDLE: in source_set_state_in_main_thread_cb()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-coreaudio-device.c | 520 case PA_SOURCE_IDLE: in ca_source_set_state_in_main_thread()
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 783 case PA_SOURCE_IDLE: in source_set_state_in_io_thread_cb()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 390 [1+PA_SOURCE_IDLE] = "IDLE", in get_source_info_callback()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 932 case PA_SOURCE_IDLE: in source_set_state_in_io_thread_cb()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1263 case PA_SOURCE_IDLE: in source_set_state_in_io_thread_cb()
|