Home
last modified time | relevance | path

Searched refs:PA_SOURCE_IS_LINKED (Results 1 - 15 of 15) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsource.c704 linked = PA_SOURCE_IS_LINKED(s->state); in pa_source_unlink()
751 pa_assert(!PA_SOURCE_IS_LINKED(s->state)); in source_free()
829 pa_assert(PA_SOURCE_IS_LINKED(s->state)); in pa_source_update_status()
843 pa_assert(PA_SOURCE_IS_LINKED(s->state)); in pa_source_suspend()
867 pa_assert(PA_SOURCE_IS_LINKED(s->state)); in pa_source_sync_suspend()
896 pa_assert(PA_SOURCE_IS_LINKED(s->state)); in pa_source_move_all_start()
921 pa_assert(PA_SOURCE_IS_LINKED(s->state)); in pa_source_move_all_finish()
958 pa_assert(PA_SOURCE_IS_LINKED(s->thread_info.state)); in pa_source_process_rewind()
981 pa_assert(PA_SOURCE_IS_LINKED(s->thread_info.state)); in pa_source_post()
1021 pa_assert(PA_SOURCE_IS_LINKED( in pa_source_post_direct()
[all...]
H A Dsource.h51 static inline bool PA_SOURCE_IS_LINKED(pa_source_state_t x) { in PA_SOURCE_IS_LINKED() function
492 pa_assert(pa_thread_mq_get() || !PA_SOURCE_IS_LINKED((s)->state))
H A Dcore.c461 if (!PA_SOURCE_IS_LINKED(source->state)) in pa_core_update_default_source()
H A Dsource-output.c315 pa_return_val_if_fail(PA_SOURCE_IS_LINKED(data->source->state), -PA_ERR_BADSTATE); in pa_source_output_new()
631 if (PA_SOURCE_IS_LINKED(o->source->state)) in pa_source_output_unlink()
H A Dsink.c1096 if (s->monitor_source && PA_SOURCE_IS_LINKED(s->monitor_source->thread_info.state)) in pa_sink_process_rewind()
1178 if (s->monitor_source && PA_SOURCE_IS_LINKED(s->monitor_source->thread_info.state)) { in inputs_drop()
1235 if (s->monitor_source && PA_SOURCE_IS_LINKED(s->monitor_source->thread_info.state)) in inputs_drop()
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c165 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state) || in source_process_msg_cb()
196 if (!PA_SOURCE_IS_LINKED(state) || in source_set_state_in_main_thread_cb()
211 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state) || in source_update_requested_latency_cb()
228 if (!PA_SOURCE_IS_LINKED(s->state) || in source_set_volume_cb()
242 if (!PA_SOURCE_IS_LINKED(s->state) || in source_set_mute_cb()
257 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_push_cb()
354 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_process_rewind_cb()
388 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_attach_cb()
400 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_detach_cb()
H A Dmodule-remap-source.c91 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state) || in source_process_msg_cb()
120 if (!PA_SOURCE_IS_LINKED(state) || in source_set_state_in_main_thread_cb()
135 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state) || in source_update_requested_latency_cb()
155 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_push_cb()
175 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_process_rewind_cb()
198 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_detach_cb()
217 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_attach_cb()
H A Dmodule-intended-roles.c150 if (!PA_SOURCE_IS_LINKED(s->state)) in source_output_new_hook_callback()
352 if (!PA_SOURCE_IS_LINKED(d->state)) in source_unlink_hook_callback()
H A Dmodule-tunnel-source-new.c478 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state)) { in source_process_msg_cb()
H A Dmodule-waveout.c203 if (!PA_SOURCE_IS_LINKED(u->source->state)) in do_read()
H A Dmodule-device-manager.c620 if (!PA_SOURCE_IS_LINKED(source->state)) in update_highest_priority_device_indexes()
H A Dmodule-stream-restore.c1652 if (s && PA_SOURCE_IS_LINKED(s->state)) { in source_output_new_hook_callback()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c410 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state) || in source_process_msg_cb()
479 if (!PA_SOURCE_IS_LINKED(state) || in source_set_state_in_main_thread_cb()
547 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state) || in source_update_requested_latency_cb()
606 if (!PA_SOURCE_IS_LINKED(s->state) || in source_set_volume_cb()
635 if (!PA_SOURCE_IS_LINKED(s->state) || in source_get_volume_cb()
656 if (!PA_SOURCE_IS_LINKED(s->state) || in source_set_mute_cb()
908 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_push_cb()
1018 if (!PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_process_rewind_cb()
1293 if (PA_SOURCE_IS_LINKED(u->source->thread_info.state)) in source_output_attach_cb()
1344 if (PA_SOURCE_IS_LINKED( in source_output_detach_cb()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c1456 bool have_source = u->source ? PA_SOURCE_IS_LINKED(u->source->thread_info.state) : false; in thread_func()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-source.c1344 if (!PA_SOURCE_IS_LINKED(u->source->state)) in ctl_mixer_callback()

Completed in 30 milliseconds