Home
last modified time | relevance | path

Searched refs:pa_context_get_sink_info_list (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c217 pa_op = pa_context_get_sink_info_list(pa_ctx, pulse_audio_sink_device_cb, &dev_list); in ff_pulse_audio_get_devices()
/third_party/pulseaudio/src/pulse/
Dmap-file56 pa_context_get_sink_info_list;
Dintrospect.h304 pa_operation* pa_context_get_sink_info_list(pa_context *c, pa_sink_info_cb_t cb, void *userdata);
Dintrospect.c313 pa_operation* pa_context_get_sink_info_list(pa_context *c, pa_sink_info_cb_t cb, void *userdata) { in pa_context_get_sink_info_list() function
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c458 o = pa_context_get_sink_info_list (c, get_sink_info_list_cb, &data); in gst_pulse_device_provider_probe()
574 if (!run_pulse_operation (self, pa_context_get_sink_info_list (self->context, in gst_pulse_device_provider_start()
/third_party/pulseaudio/src/utils/
Dpactl.c2262 o = pa_context_get_sink_info_list(c, get_sink_info_callback, NULL); in context_state_callback()
2291 o = pa_context_get_sink_info_list(c, get_sink_info_callback, NULL); in context_state_callback()