Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Ddef.h536 PA_SUBSCRIPTION_MASK_SINK = 0x0001U, enumerator
628 #define PA_SUBSCRIPTION_MASK_SINK PA_SUBSCRIPTION_MASK_SINK macro
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c706 …o = PULSEAUDIO_pa_context_subscribe(hotplug_context, PA_SUBSCRIPTION_MASK_SINK | PA_SUBSCRIPTION_M… in HotplugThread()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c562 PA_SUBSCRIPTION_MASK_SOURCE | PA_SUBSCRIPTION_MASK_SINK | in gst_pulse_device_provider_start()
/third_party/pulseaudio/src/modules/
Dmodule-device-restore.c1237 …u->subscription = pa_subscription_new(m->core, PA_SUBSCRIPTION_MASK_SINK|PA_SUBSCRIPTION_MASK_SOUR… in pa__init()
Dmodule-device-manager.c1581 …u->subscription = pa_subscription_new(m->core, PA_SUBSCRIPTION_MASK_SINK|PA_SUBSCRIPTION_MASK_SOUR… in pa__init()
Dmodule-tunnel.c1456 PA_SUBSCRIPTION_MASK_SINK_INPUT|PA_SUBSCRIPTION_MASK_SINK in start_subscribe()
/third_party/pulseaudio/src/utils/
Dpactl.c1457 PA_SUBSCRIPTION_MASK_SINK| in context_state_callback()
Dpadsp.c1322 …if (!(o = pa_context_subscribe(i->context, PA_SUBSCRIPTION_MASK_SINK | PA_SUBSCRIPTION_MASK_SOURCE… in mixer_open()