Searched refs:monitor_of_sink (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device.c | 1038 const char *monitor_of_sink = NULL; in handle_source_get_monitor_of_sink() local 1050 monitor_of_sink = pa_dbusiface_core_get_sink_path(d->core, d->source->monitor_of); in handle_source_get_monitor_of_sink() 1052 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, &monitor_of_sink); in handle_source_get_monitor_of_sink() 1060 const char *monitor_of_sink = NULL; in handle_source_get_all() local 1068 monitor_of_sink = pa_dbusiface_core_get_sink_path(d->core, d->source->monitor_of); in handle_source_get_all() 1075 if (monitor_of_sink) in handle_source_get_all() 1076 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[SOURCE_PROPERTY_HANDLER_MONITOR_OF_SINK].property_name, DBUS_TYPE_OBJECT_PATH, &monitor_of_sink); in handle_source_get_all()
|
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.h | 381 uint32_t monitor_of_sink; /**< If this is a monitor source, the index of the owning sink, otherwise PA_INVALID_INDEX. */ member
|
H A D | introspect.c | 461 pa_tagstruct_getu32(t, &i.monitor_of_sink) < 0 || in context_get_source_info_callback()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 1440 uint32_t idx, owner_module, monitor_of_sink, flags; in source_info_cb() local 1467 pa_tagstruct_getu32(t, &monitor_of_sink) < 0 || in source_info_cb()
|
Completed in 11 milliseconds