Home
last modified time | relevance | path

Searched refs:PA_SOURCE_NETWORK (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Ddef.h936 PA_SOURCE_NETWORK = 0x0008U, enumerator
975 #define PA_SOURCE_NETWORK PA_SOURCE_NETWORK macro
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-bonjour-publish.c336 return PA_SOURCE(o)->monitor_of || (PA_SOURCE(o)->flags & PA_SOURCE_NETWORK); in shall_ignore()
/third_party/pulseaudio/src/pulsecore/
H A Dcli-text.c346 source->flags & PA_SOURCE_NETWORK ? "NETWORK " : "", in pa_source_list_to_string()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-source-new.c569 if (!(u->source = pa_source_new(u->module->core, &source_data, PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY | PA_SOURCE_NETWORK))) { in create_source()
H A Dmodule-zeroconf-publish.c459 return PA_SOURCE(o)->monitor_of || (PA_SOURCE(o)->flags & PA_SOURCE_NETWORK); in shall_ignore()
H A Dmodule-tunnel.c2180 u->source = pa_source_new(u->module->core, &data, PA_SOURCE_NETWORK|PA_SOURCE_LATENCY); in create_source()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c646 : !!(d->source->flags & PA_SOURCE_NETWORK); in handle_get_is_network_device()
872 is_network_device = !!(d->source->flags & PA_SOURCE_NETWORK); in handle_get_all()
/third_party/pulseaudio/src/utils/
H A Dpactl.c819 if (i->flags & PA_SOURCE_NETWORK) pa_json_encoder_add_element_string(flags_encoder, "NETWORK"); in get_source_info_callback()
887 i->flags & PA_SOURCE_NETWORK ? "NETWORK " : "", in get_source_info_callback()

Completed in 23 milliseconds