Home
last modified time | relevance | path

Searched refs:monitor_of (Results 1 – 21 of 21) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-suspend-on-idle.c140 if (data->source->monitor_of) in source_output_fixate_hook_cb()
141 d = pa_hashmap_get(u->device_infos, data->source->monitor_of); in source_output_fixate_hook_cb()
188 if (s->source->monitor_of) { in source_output_unlink_hook_cb()
189 if (pa_sink_check_suspend(s->source->monitor_of, NULL, s) <= 0) in source_output_unlink_hook_cb()
190 d = pa_hashmap_get(u->device_infos, s->source->monitor_of); in source_output_unlink_hook_cb()
239 if (s->source->monitor_of) { in source_output_move_start_hook_cb()
240 if (pa_sink_check_suspend(s->source->monitor_of, NULL, s) <= 0) in source_output_move_start_hook_cb()
241 d = pa_hashmap_get(u->device_infos, s->source->monitor_of); in source_output_move_start_hook_cb()
263 if (s->source->monitor_of) in source_output_move_finish_hook_cb()
264 d = pa_hashmap_get(u->device_infos, s->source->monitor_of); in source_output_move_finish_hook_cb()
[all …]
Dmodule-intended-roles.c144 if (s->monitor_of) in source_output_new_hook_callback()
216 if (source->monitor_of) in source_put_hook_callback()
341 && !source->monitor_of == !c->default_source->monitor_of) { in source_unlink_hook_callback()
356 if (!source->monitor_of == !d->monitor_of && role_match(d->proplist, role)) { in source_unlink_hook_callback()
Dmodule-always-source.c70 … if (!source || ((target != source) && !pa_source_is_filter(target) && target->monitor_of == NULL)) in load_null_source_if_needed()
115 if (pa_source_is_filter(source) || source->monitor_of != NULL) in put_hook_callback()
Dmodule-switch-on-connect.c137 if (source->monitor_of) in source_put_hook_callback()
Dmodule-rygel-media-server.c190 if (s->monitor_of) in send_signal()
863 if (!source->monitor_of) { in sinks_and_sources_handler()
933 if (!source->monitor_of) in sinks_and_sources_handler()
Dmodule-filter-apply.c264 if (so->source->monitor_of) { in find_paired_master()
468 if (source->module == m && !source->monitor_of) { in find_filters_for_module()
Dmodule-zeroconf-publish.c178 …s->subtype = source->monitor_of ? SUBTYPE_MONITOR : (source->flags & PA_SOURCE_HARDWARE ? SUBTYPE_… in get_service_data()
459 return PA_SOURCE(o)->monitor_of || (PA_SOURCE(o)->flags & PA_SOURCE_NETWORK); in shall_ignore()
Dmodule-device-manager.c872 if (source->monitor_of) in subscribe_callback()
1132 if (s->monitor_of) { in apply_entry()
Dmodule-loopback.c1166 return dest != u->source_output->source->monitor_of; in sink_input_may_move_to_cb()
/third_party/pulseaudio/src/pulsecore/
Dcore.c378 if (a->monitor_of && !b->monitor_of) in compare_sources()
380 if (!a->monitor_of && b->monitor_of) in compare_sources()
389 if (a->monitor_of) in compare_sources()
390 return compare_sinks(a->monitor_of, b->monitor_of); in compare_sources()
Dsource.c275 s->monitor_of = NULL; in pa_source_new()
846 if (s->monitor_of && cause != PA_SUSPEND_PASSTHROUGH) in pa_source_suspend()
868 pa_assert(s->monitor_of); in pa_source_sync_suspend()
870 state = s->monitor_of->state; in pa_source_sync_suspend()
871 suspend_cause = s->monitor_of->suspend_cause; in pa_source_sync_suspend()
1061 if (!s->reconfigure && !s->monitor_of) in pa_source_reconfigure()
1075 if (s->monitor_of) { in pa_source_reconfigure()
1076 if (PA_SINK_IS_RUNNING(s->monitor_of->state)) { in pa_source_reconfigure()
1141 pa_sink_reconfigure(s->monitor_of, &desired_spec, false); in pa_source_reconfigure()
1142 s->sample_spec = s->monitor_of->sample_spec; in pa_source_reconfigure()
[all …]
Dcli-text.c389 if (source->monitor_of) in pa_source_list_to_string()
390 pa_strbuf_printf(s, "\tmonitor_of: %u\n", source->monitor_of->index); in pa_source_list_to_string()
Dsource.h91 pa_sink *monitor_of; /* may be NULL */ member
Dsource-output.c314 …!data->direct_on_input || data->direct_on_input->sink == data->source->monitor_of, -PA_ERR_INVALID… in pa_source_output_new()
771 if (limit > 0 && o->source->monitor_of) { in pa_source_output_push()
782 latency = pa_sink_get_latency_within_thread(o->source->monitor_of, false); in pa_source_output_push()
Dprotocol-http.c495 if (source->monitor_of) in handle_listen()
Dprotocol-native.c1700 …s->current_monitor_latency = o->source->monitor_of ? pa_sink_get_latency_within_thread(o->source-> in source_output_process_msg()
3252 PA_TAG_U32, source->monitor_of ? source->monitor_of->index : PA_INVALID_INDEX, in source_fill_tagstruct()
3253 PA_TAG_STRING, source->monitor_of ? source->monitor_of->name : NULL, in source_fill_tagstruct()
Dsink.c398 s->monitor_source->monitor_of = s; in pa_sink_new()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-bonjour-publish.c109 …*ret_subtype = source->monitor_of ? SUBTYPE_MONITOR : (source->flags & PA_SOURCE_HARDWARE ? SUBTYP… in get_service_data()
336 return PA_SOURCE(o)->monitor_of || (PA_SOURCE(o)->flags & PA_SOURCE_NETWORK); in shall_ignore()
/third_party/pulseaudio/src/modules/dbus/
Diface-device.c1045 if (!d->source->monitor_of) { in handle_source_get_monitor_of_sink()
1050 monitor_of_sink = pa_dbusiface_core_get_sink_path(d->core, d->source->monitor_of); in handle_source_get_monitor_of_sink()
1067 if (d->source->monitor_of) in handle_source_get_all()
1068 monitor_of_sink = pa_dbusiface_core_get_sink_path(d->core, d->source->monitor_of); in handle_source_get_all()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-send.c161 return source->monitor_of ? PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPEND : 0; in get_dont_inhibit_auto_suspend_flag()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c1450 return (u->source != dest) && (u->sink != dest->monitor_of); in source_output_may_move_to_cb()
1737 if (source_master->monitor_of == sink_master) { in pa__init()