Home
last modified time | relevance | path

Searched refs:PA_SOURCE_OUTPUT_IS_LINKED (Results 1 – 10 of 10) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsource-output.c576 if (PA_SOURCE_OUTPUT_IS_LINKED(state)) in source_output_set_state()
596 linked = PA_SOURCE_OUTPUT_IS_LINKED(o->state); in pa_source_output_unlink()
654 pa_assert(!PA_SOURCE_OUTPUT_IS_LINKED(o->state)); in source_output_free()
726 pa_assert(PA_SOURCE_OUTPUT_IS_LINKED(o->state)); in pa_source_output_kill()
737 pa_assert(PA_SOURCE_OUTPUT_IS_LINKED(o->state)); in pa_source_output_get_latency()
759 pa_assert(PA_SOURCE_OUTPUT_IS_LINKED(o->thread_info.state)); in pa_source_output_push()
868 pa_assert(PA_SOURCE_OUTPUT_IS_LINKED(o->thread_info.state)); in pa_source_output_process_rewind()
921 pa_assert(PA_SOURCE_OUTPUT_IS_LINKED(o->thread_info.state)); in pa_source_output_update_max_rewind()
955 if (PA_SOURCE_OUTPUT_IS_LINKED(o->state) && o->source) { in pa_source_output_set_requested_latency()
984 if (PA_SOURCE_OUTPUT_IS_LINKED(o->state) && o->source) { in pa_source_output_get_requested_latency()
[all …]
Dsource-output.h43 static inline bool PA_SOURCE_OUTPUT_IS_LINKED(pa_source_output_state_t x) { in PA_SOURCE_OUTPUT_IS_LINKED() function
408 pa_assert(pa_thread_mq_get() || !PA_SOURCE_OUTPUT_IS_LINKED((s)->state))
Dcore.c630 if (!PA_SOURCE_OUTPUT_IS_LINKED(so->state)) in pa_core_move_streams_to_newly_available_preferred_source()
Dsource.c925 if (PA_SOURCE_OUTPUT_IS_LINKED(o->state)) { in pa_source_move_all_finish()
2044 if (!PA_SOURCE_OUTPUT_IS_LINKED(o->state)) in pa_source_check_suspend()
3030 if (!PA_SOURCE_OUTPUT_IS_LINKED(o->state)) in pa_source_move_streams_to_default_source()
/third_party/pulseaudio/src/modules/
Dmodule-virtual-source.c166 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) { in source_process_msg_cb()
197 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_state_in_main_thread_cb()
212 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) in source_update_requested_latency_cb()
229 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_volume_cb()
243 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_mute_cb()
260 if (!PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) { in source_output_push_cb()
414 …if (PA_SOURCE_OUTPUT_IS_LINKED(state) && o->thread_info.state == PA_SOURCE_OUTPUT_INIT && o->sourc… in source_output_state_change_cb()
Dmodule-remap-source.c92 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) { in source_process_msg_cb()
121 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_state_in_main_thread_cb()
136 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) in source_update_requested_latency_cb()
158 if (!PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) { in source_output_push_cb()
Dstream-interaction.c392 if (PA_SOURCE_OUTPUT_IS_LINKED(o->state) && get_trigger_role(u, PA_OBJECT(o), NULL)) in source_output_state_changed_cb()
402 if (PA_SOURCE_OUTPUT_IS_LINKED(o->state) && get_trigger_role(u, PA_OBJECT(o), NULL)) in source_output_mute_changed_cb()
412 if (PA_SOURCE_OUTPUT_IS_LINKED(o->state)) in source_output_proplist_changed_cb()
Dmodule-intended-roles.c239 if (!PA_SOURCE_OUTPUT_IS_LINKED(so->state)) in source_put_hook_callback()
Dmodule-device-manager.c749 if (!PA_SOURCE_OUTPUT_IS_LINKED(so->state)) in route_source_output()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c411 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) { in source_process_msg_cb()
480 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_state_in_main_thread_cb()
548 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) in source_update_requested_latency_cb()
607 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_volume_cb()
636 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_get_volume_cb()
657 !PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->state)) in source_set_mute_cb()
911 if (!PA_SOURCE_OUTPUT_IS_LINKED(u->source_output->thread_info.state)) { in source_output_push_cb()