/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.c | 222 pa_strbuf_puts(buf, "Not allowed to terminate daemon.\n"); in pa_cli_command_exit() 235 pa_strbuf_puts(buf, "Available commands:\n"); in pa_cli_command_help() 252 pa_strbuf_puts(buf, s); in pa_cli_command_modules() 266 pa_strbuf_puts(buf, s); in pa_cli_command_clients() 280 pa_strbuf_puts(buf, s); in pa_cli_command_cards() 294 pa_strbuf_puts(buf, s); in pa_cli_command_sinks() 308 pa_strbuf_puts(buf, s); in pa_cli_command_sources() 322 pa_strbuf_puts(buf, s); in pa_cli_command_sink_inputs() 336 pa_strbuf_puts(buf, s); in pa_cli_command_source_outputs() 433 pa_strbuf_puts(buf, "You need to specify the module name and optionally arguments.\n"); in pa_cli_command_load() [all …]
|
D | strlist.c | 60 pa_strbuf_puts(b, " "); in pa_strlist_to_string() 62 pa_strbuf_puts(b, ITEM_TO_TEXT(l)); in pa_strlist_to_string()
|
D | protocol-dbus.c | 190 pa_strbuf_puts(buf, DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE); in update_introspection() 191 pa_strbuf_puts(buf, "<node>\n"); in update_introspection() 211 pa_strbuf_puts(buf, " </method>\n"); in update_introspection() 229 pa_strbuf_puts(buf, " </signal>\n"); in update_introspection() 232 pa_strbuf_puts(buf, " </interface>\n"); in update_introspection() 235 pa_strbuf_puts(buf, " <interface name=\"" DBUS_INTERFACE_INTROSPECTABLE "\">\n" in update_introspection() 257 pa_strbuf_puts(buf, "</node>\n"); in update_introspection() 693 pa_strbuf_puts(sig_buf, handler->arguments[i].type); in extract_method_signatures()
|
D | cli-text.c | 114 pa_strbuf_puts(s, "\tports:\n"); in append_port_list() 159 pa_strbuf_puts(s, "\tprofiles:\n"); in pa_card_list_to_string() 170 pa_strbuf_puts(s, "\tsinks:\n"); in pa_card_list_to_string() 176 pa_strbuf_puts(s, "\tsources:\n"); in pa_card_list_to_string() 699 pa_strbuf_puts(s, t); in pa_full_status_string()
|
D | strbuf.h | 34 void pa_strbuf_puts(pa_strbuf *sb, const char *t);
|
D | protocol-http.c | 286 pa_strbuf_puts(sb, ">"); in escape_html() 288 pa_strbuf_puts(sb, "<"); in escape_html() 290 pa_strbuf_puts(sb, "&"); in escape_html()
|
D | strbuf.c | 106 void pa_strbuf_puts(pa_strbuf *sb, const char *t) { in pa_strbuf_puts() function
|
D | resampler.c | 1238 pa_strbuf_puts(s, "\n +"); in setup_remap() 1242 pa_strbuf_puts(s, "\n"); in setup_remap() 1250 pa_strbuf_puts(s, "\n"); in setup_remap()
|
D | core-util.c | 3130 pa_strbuf_puts(sb, b); in pa_replace() 3134 pa_strbuf_puts(sb, s); in pa_replace()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtsp_client.c | 268 pa_strbuf_puts(c->header_buffer, &(s2[1])); in line_callback() 301 pa_strbuf_puts(c->header_buffer, delimpos); in line_callback() 490 pa_strbuf_puts(buf, hdrs); in rtsp_exec() 503 pa_strbuf_puts(buf, hdrs); in rtsp_exec() 507 pa_strbuf_puts(buf, "\r\n"); in rtsp_exec() 510 pa_strbuf_puts(buf, content); in rtsp_exec()
|
/third_party/pulseaudio/src/daemon/ |
D | cmdline.c | 183 pa_strbuf_puts(buf, conf->script_commands); in pa_cmdline_parse() 240 pa_strbuf_puts(buf, "load-module module-cli exit_on_eof=1\n"); in pa_cmdline_parse()
|
/third_party/pulseaudio/src/pulse/ |
D | proplist.c | 396 pa_strbuf_puts(buf, sep); in pa_proplist_to_string_sep() 417 pa_strbuf_puts(buf, "\\\""); in pa_proplist_to_string_sep() 422 pa_strbuf_puts(buf, "\""); in pa_proplist_to_string_sep()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-coreaudio-device.c | 446 pa_strbuf_puts(strbuf, ", "); in ca_device_create_sink() 451 pa_strbuf_puts(strbuf, tmp); in ca_device_create_sink() 580 pa_strbuf_puts(strbuf, ", "); in ca_device_create_source() 585 pa_strbuf_puts(strbuf, tmp); in ca_device_create_source()
|
/third_party/pulseaudio/src/modules/ |
D | module-rygel-media-server.c | 922 pa_strbuf_puts(sb, CONTAINER_INTROSPECT_XML_PREFIX); in sinks_and_sources_handler() 937 pa_strbuf_puts(sb, CONTAINER_INTROSPECT_XML_POSTFIX); in sinks_and_sources_handler()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.c | 244 pa_strbuf_puts(buf, ", "); in wait_for_profiles_cb() 246 pa_strbuf_puts(buf, pa_bluetooth_profile_to_string(profile)); in wait_for_profiles_cb()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-mixer.c | 4767 pa_strbuf_puts(sb, " + "); in profile_verify() 4775 pa_strbuf_puts(sb, " + "); in profile_verify()
|