Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Ddef.h936 PA_SOURCE_NETWORK = 0x0008U, enumerator
975 #define PA_SOURCE_NETWORK PA_SOURCE_NETWORK macro
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c549 …e_new(m->core, &source_data, PA_SOURCE_LATENCY | PA_SOURCE_DYNAMIC_LATENCY | PA_SOURCE_NETWORK))) { in pa__init()
Dmodule-zeroconf-publish.c459 return PA_SOURCE(o)->monitor_of || (PA_SOURCE(o)->flags & PA_SOURCE_NETWORK); in shall_ignore()
Dmodule-tunnel.c2201 u->source = pa_source_new(m->core, &data, PA_SOURCE_NETWORK|PA_SOURCE_LATENCY); in pa__init()
/third_party/pulseaudio/src/modules/macosx/
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/
Dcli-text.c346 source->flags & PA_SOURCE_NETWORK ? "NETWORK " : "", in pa_source_list_to_string()
/third_party/pulseaudio/src/modules/dbus/
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/
Dpactl.c460 i->flags & PA_SOURCE_NETWORK ? "NETWORK " : "", in get_source_info_callback()