/third_party/pulseaudio/src/tests/ |
D | pacat-simple.c | 65 fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error)); in main() 77 fprintf(stderr, __FILE__": pa_simple_get_latency() failed: %s\n", pa_strerror(error)); in main() 95 fprintf(stderr, __FILE__": pa_simple_write() failed: %s\n", pa_strerror(error)); in main() 102 fprintf(stderr, __FILE__": pa_simple_drain() failed: %s\n", pa_strerror(error)); in main()
|
D | parec-simple.c | 66 fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error)); in main() 75 fprintf(stderr, __FILE__": pa_simple_read() failed: %s\n", pa_strerror(error)); in main()
|
D | lo-test-util.c | 182 … pa_log_error("Could not set stream volume: %s", pa_strerror(pa_context_errno(ctx->context))); in stream_state_callback() 192 pa_log_error("Stream error: %s", pa_strerror(pa_context_errno(ctx->context))); in stream_state_callback() 255 pa_log_error("Context error: %s", pa_strerror(pa_context_errno(c))); in context_state_callback()
|
D | extended-test.c | 102 … fprintf(stderr, "Stream error: %s\n", pa_strerror(pa_context_errno(pa_stream_get_context(s)))); in stream_state_callback() 153 fprintf(stderr, "Context error: %s\n", pa_strerror(pa_context_errno(c))); in context_state_callback()
|
D | connect-stress.c | 147 … fprintf(stderr, "Stream error: %s\n", pa_strerror(pa_context_errno(pa_stream_get_context(s)))); in stream_state_callback() 193 fprintf(stderr, "Context error: %s\n", pa_strerror(pa_context_errno(c))); in context_state_callback()
|
D | sync-playback.c | 108 … fprintf(stderr, "Stream error: %s\n", pa_strerror(pa_context_errno(pa_stream_get_context(s)))); in stream_state_callback() 150 fprintf(stderr, "Context error: %s\n", pa_strerror(pa_context_errno(c))); in context_state_callback()
|
D | passthrough-test.c | 77 fprintf(stderr, "Context error: %s\n", pa_strerror(pa_context_errno(c))); in context_state_callback() 195 … fprintf(stderr, "Stream error: %s\n", pa_strerror(pa_context_errno(pa_stream_get_context(s)))); in stream_state_callback()
|
D | interpol-test.c | 146 pa_log_error("Context error: %s", pa_strerror(pa_context_errno(c))); in context_state_callback()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 260 …debug(DEBUG_LEVEL_NORMAL, __FILE__": Not connected: %s\n", (i)->context ? pa_strerror(pa_context_e… 268 …debug(DEBUG_LEVEL_NORMAL, __FILE__": Not connected: %s\n", (i)->context ? pa_strerror(pa_context_e… 276 …debug(DEBUG_LEVEL_NORMAL, __FILE__": Not connected: %s\n", (i)->context ? pa_strerror(pa_context_e… 684 …debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_context_connect() failed: %s\n", pa_strerror(pa_context_er… in fd_info_new() 701 …debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_context_connect() failed: %s\n", pa_strerror(pa_context_er… in fd_info_new() 805 pa_strerror(pa_context_errno(i->context))); in stream_request_cb() 818 pa_strerror(pa_context_errno(i->context))); in stream_request_cb() 866 pa_strerror(pa_context_errno(i->context))); in fd_info_copy_data() 895 …debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_write(): %s\n", pa_strerror(pa_context_errno(i->con… in fd_info_copy_data() 918 pa_strerror(pa_context_errno(i->context))); in fd_info_copy_data() [all …]
|
D | pacat.c | 134 pa_log(_("Failed to drain stream: %s"), pa_strerror(pa_context_errno(context))); in stream_drain_complete() 163 pa_log(_("pa_stream_drain(): %s"), pa_strerror(pa_context_errno(context))); in start_drain() 194 … pa_log(_("pa_stream_begin_write() failed: %s"), pa_strerror(pa_context_errno(context))); in stream_write_callback() 244 pa_log(_("pa_stream_peek() failed: %s"), pa_strerror(pa_context_errno(context))); in stream_read_callback() 274 pa_log(_("pa_stream_peek() failed: %s"), pa_strerror(pa_context_errno(context))); in stream_read_callback() 327 …pa_log(_("pa_stream_get_buffer_attr() failed: %s"), pa_strerror(pa_context_errno(pa_stream_get_con… in stream_state_callback() 352 pa_log(_("Stream error: %s"), pa_strerror(pa_context_errno(pa_stream_get_context(s)))); in stream_state_callback() 453 pa_log(_("pa_stream_new() failed: %s"), pa_strerror(pa_context_errno(c))); in context_state_callback() 491 … pa_log(_("pa_stream_connect_playback() failed: %s"), pa_strerror(pa_context_errno(c))); in context_state_callback() 497 pa_log(_("Failed to set monitor stream: %s"), pa_strerror(pa_context_errno(c))); in context_state_callback() [all …]
|
D | pactl.c | 164 pa_log(_("Failed to get statistics: %s"), pa_strerror(pa_context_errno(c))); in stat_callback() 191 pa_log(_("Failed to get server information: %s"), pa_strerror(pa_context_errno(c))); in get_server_info_callback() 294 pa_log(_("Failed to get sink information: %s"), pa_strerror(pa_context_errno(c))); in get_sink_info_callback() 403 pa_log(_("Failed to get source information: %s"), pa_strerror(pa_context_errno(c))); in get_source_info_callback() 498 pa_log(_("Failed to get module information: %s"), pa_strerror(pa_context_errno(c))); in get_module_info_callback() 540 pa_log(_("Failed to get client information: %s"), pa_strerror(pa_context_errno(c))); in get_client_info_callback() 583 pa_log(_("Failed to get card information: %s"), pa_strerror(pa_context_errno(c))); in get_card_info_callback() 666 pa_log(_("Failed to get sink input information: %s"), pa_strerror(pa_context_errno(c))); in get_sink_input_info_callback() 736 pa_log(_("Failed to get source output information: %s"), pa_strerror(pa_context_errno(c))); in get_source_output_info_callback() 806 pa_log(_("Failed to get sample information: %s"), pa_strerror(pa_context_errno(c))); in get_sample_info_callback() [all …]
|
D | pasuspender.c | 111 fprintf(stderr, _("Failure to resume: %s\n"), pa_strerror(pa_context_errno(c))); in resume_complete() 145 fprintf(stderr, _("Failure to suspend: %s\n"), pa_strerror(pa_context_errno(c))); in suspend_complete() 183 fprintf(stderr, _("Connection failure: %s\n"), pa_strerror(pa_context_errno(c))); in context_state_callback() 316 … fprintf(stderr, "pa_context_connect() failed: %s\n", pa_strerror(pa_context_errno(context))); in main()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 370 pa_strerror (pa_context_errno (pulsesrc->context)) : NULL; in gst_pulsesrc_is_dead() 409 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_device_description() 531 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_get_source_output_info() 613 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_get_current_device() 669 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_set_stream_volume() 722 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_set_stream_mute() 770 device, pa_strerror (pa_context_errno (pulsesrc->context))), in gst_pulsesrc_set_stream_device() 1017 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_open() 1028 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_open() 1181 pa_strerror (pa_context_errno (pulsesrc->context))), (NULL)); in gst_pulsesrc_read() [all …]
|
D | pulsesink.c | 412 pbuf->context ? pa_strerror (pa_context_errno (pbuf->context)) : NULL; in gst_pulsering_is_dead() 616 pa_strerror (pa_context_errno (pctx->context))), (NULL)); in gst_pulseringbuffer_open_device() 1066 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulseringbuffer_acquire() 1073 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulseringbuffer_acquire() 1080 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulseringbuffer_acquire() 1164 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulsering_set_corked() 1753 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulseringbuffer_commit() 1760 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulseringbuffer_commit() 1802 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulsering_flush() 2223 pa_strerror (pa_context_errno (pbuf->context))), (NULL)); in gst_pulsesink_query_getcaps() [all …]
|
D | pulsedeviceprovider.c | 433 pa_strerror (pa_context_errno (self->context))); in gst_pulse_device_provider_probe() 444 pa_strerror (pa_context_errno (c))), (NULL)); in gst_pulse_device_provider_probe() 538 pa_strerror (pa_context_errno (self->context))); in gst_pulse_device_provider_start() 549 pa_strerror (pa_context_errno (self->context))); in gst_pulse_device_provider_start()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-source-new.c | 155 pa_log("pa_stream_peek() failed: %s", pa_strerror(pa_context_errno(u->context))); in read_new_samples() 221 pa_log("Failed to connect libpulse context: %s", pa_strerror(pa_context_errno(u->context))); in thread_func() 265 pa_log_error("Stream failed: %s", pa_strerror(pa_context_errno(u->context))); in stream_state_cb() 322 … pa_log_error("Could not create a stream: %s", pa_strerror(pa_context_errno(u->context))); in context_state_cb() 340 … pa_log_debug("Could not create stream: %s", pa_strerror(pa_context_errno(u->context))); in context_state_cb() 347 pa_log_debug("Context failed with err %s.", pa_strerror(pa_context_errno(u->context))); in context_state_cb()
|
D | module-tunnel-sink-new.c | 351 pa_log_debug("Context failed: %s.", pa_strerror(pa_context_errno(u->context))); in context_state_cb()
|
/third_party/pulseaudio/src/pulse/ |
D | error.h | 33 const char* pa_strerror(int error);
|
D | error.c | 35 const char*pa_strerror(int error) { in pa_strerror() function
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_enc.c | 523 av_log(s, AV_LOG_ERROR, "Cannot start threaded mainloop: %s.\n", pa_strerror(ret)); in pulse_write_header() 548 av_log(s, AV_LOG_ERROR, "Cannot connect context: %s.\n", pa_strerror(ret)); in pulse_write_header() 578 av_log(s, AV_LOG_ERROR, "pa_stream_connect_playback failed: %s.\n", pa_strerror(ret)); in pulse_write_header() 659 av_log(s, AV_LOG_ERROR, "pa_stream_write failed: %s\n", pa_strerror(ret)); in pulse_write_packet()
|
/third_party/pulseaudio/src/ |
D | map-file | 343 pa_strerror;
|
/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.c | 1433 pa_strbuf_printf(buf, "Failed to resume/suspend sink: %s\n", pa_strerror(r)); in pa_cli_command_suspend_sink() 1471 pa_strbuf_printf(buf, "Failed to resume/suspend source: %s\n", pa_strerror(r)); in pa_cli_command_suspend_source() 1498 pa_strbuf_printf(buf, "Failed to resume/suspend all sinks: %s\n", pa_strerror(r)); in pa_cli_command_suspend() 1501 pa_strbuf_printf(buf, "Failed to resume/suspend all sources: %s\n", pa_strerror(r)); in pa_cli_command_suspend()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/ |
D | SDL_pulseaudio.c | 227 SDL_PULSEAUDIO_SYM(pa_strerror); in load_pulseaudio_syms()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 732 [CCode (cname="pa_strerror")]
|