/third_party/pulseaudio/src/modules/ |
D | module-suspend-on-idle.c | 140 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 …]
|
D | module-intended-roles.c | 144 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()
|
D | module-always-source.c | 70 … 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()
|
D | module-switch-on-connect.c | 137 if (source->monitor_of) in source_put_hook_callback()
|
D | module-rygel-media-server.c | 190 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()
|
D | module-filter-apply.c | 264 if (so->source->monitor_of) { in find_paired_master() 468 if (source->module == m && !source->monitor_of) { in find_filters_for_module()
|
D | module-zeroconf-publish.c | 178 …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()
|
D | module-device-manager.c | 872 if (source->monitor_of) in subscribe_callback() 1132 if (s->monitor_of) { in apply_entry()
|
D | module-loopback.c | 1166 return dest != u->source_output->source->monitor_of; in sink_input_may_move_to_cb()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core.c | 378 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()
|
D | source.c | 275 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 …]
|
D | cli-text.c | 389 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()
|
D | source.h | 91 pa_sink *monitor_of; /* may be NULL */ member
|
D | source-output.c | 314 …!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()
|
D | protocol-http.c | 495 if (source->monitor_of) in handle_listen()
|
D | protocol-native.c | 1700 …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()
|
D | sink.c | 398 s->monitor_source->monitor_of = s; in pa_sink_new()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-bonjour-publish.c | 109 …*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/ |
D | iface-device.c | 1045 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/ |
D | module-rtp-send.c | 161 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/ |
D | module-echo-cancel.c | 1450 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()
|