Searched refs:pa_context_get_sink_info_list (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 217 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/ |
D | map-file | 56 pa_context_get_sink_info_list;
|
D | introspect.h | 304 pa_operation* pa_context_get_sink_info_list(pa_context *c, pa_sink_info_cb_t cb, void *userdata);
|
D | introspect.c | 313 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/ |
D | pulsedeviceprovider.c | 458 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/ |
D | pactl.c | 2262 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()
|