/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-text.c | 51 pa_strbuf_printf(s, "%u module(s) loaded.\n", pa_idxset_size(c->modules)); in pa_module_list_to_string() 56 pa_strbuf_printf(s, " index: %u\n" in pa_module_list_to_string() 68 pa_strbuf_printf(s, "\tproperties:\n\t\t%s\n", t); in pa_module_list_to_string() 83 pa_strbuf_printf(s, "%u client(s) logged in.\n", pa_idxset_size(c->clients)); in pa_client_list_to_string() 87 pa_strbuf_printf( in pa_client_list_to_string() 95 pa_strbuf_printf(s, "\towner module: %u\n", client->module->index); in pa_client_list_to_string() 98 pa_strbuf_printf(s, "\tproperties:\n\t\t%s\n", t); in pa_client_list_to_string() 117 pa_strbuf_printf(s, "\t\t%s: %s (priority %u, latency offset %" PRId64 " usec, available: %s)\n", in append_port_list() 120 pa_strbuf_printf(s, "\t\t\tproperties:\n\t\t\t\t%s\n", t); in append_port_list() 133 pa_strbuf_printf( in pa_card_list_to_string() [all...] |
H A D | cli-command.c | 242 pa_strbuf_printf(buf, " %-25s %s\n", command->name, command->help); in pa_cli_command_help() 367 pa_strbuf_printf(buf, "Memory blocks currently allocated: %u, size: %s.\n", in pa_cli_command_stat() 371 pa_strbuf_printf(buf, "Memory blocks allocated during the whole lifetime: %u, size: %s.\n", in pa_cli_command_stat() 375 pa_strbuf_printf(buf, "Memory blocks imported from other processes: %u, size: %s.\n", in pa_cli_command_stat() 379 pa_strbuf_printf(buf, "Memory blocks exported to other processes: %u, size: %s.\n", in pa_cli_command_stat() 383 pa_strbuf_printf(buf, "Total sample cache size: %s.\n", in pa_cli_command_stat() 386 pa_strbuf_printf(buf, "Default sample spec: %s\n", in pa_cli_command_stat() 389 pa_strbuf_printf(buf, "Default channel map: %s\n", in pa_cli_command_stat() 392 pa_strbuf_printf(buf, "Default sink name: %s\n" in pa_cli_command_stat() 398 pa_strbuf_printf(bu in pa_cli_command_stat() [all...] |
H A D | strbuf.h | 33 size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
H A D | shared.c | 107 pa_strbuf_printf(s, "[%s] -> [%p]\n", p->name, p->data); in pa_shared_dump()
|
H A D | protocol-dbus.c | 200 pa_strbuf_printf(buf, " <interface name=\"%s\">\n", iface_entry->name); in update_introspection() 203 pa_strbuf_printf(buf, " <method name=\"%s\">\n", method_handler->method_name); in update_introspection() 206 pa_strbuf_printf(buf, " <arg name=\"%s\" type=\"%s\" direction=\"%s\"/>\n", in update_introspection() 217 pa_strbuf_printf(buf, " <property name=\"%s\" type=\"%s\" access=\"%s\"/>\n", in update_introspection() 223 pa_strbuf_printf(buf, " <signal name=\"%s\">\n", iface_entry->signals[i].name); in update_introspection() 226 pa_strbuf_printf(buf, " <arg name=\"%s\" type=\"%s\"/>\n", iface_entry->signals[i].arguments[j].name, in update_introspection()
|
H A D | cli.c | 148 pa_strbuf_printf(buf, "Welcome to PulseAudio %s! " in line_callback()
|
H A D | strbuf.c | 158 size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) { in pa_strbuf_printf() function
|
H A D | json.c | 786 pa_strbuf_printf(encoder->buffer, "\"%s\"", escaped_value); in json_write_string_escaped() 977 pa_strbuf_printf(encoder->buffer, "%"PRId64, value); in json_write_int() 1010 pa_strbuf_printf(encoder->buffer, "%.*f", precision, value); in json_write_double()
|
H A D | resampler.c | 1387 pa_strbuf_printf(s, " "); in setup_remap() 1389 pa_strbuf_printf(s, " I%02u ", ic); in setup_remap() 1393 pa_strbuf_printf(s, "------"); in setup_remap() 1397 pa_strbuf_printf(s, "O%02u |", oc); in setup_remap() 1400 pa_strbuf_printf(s, " %1.3f", m->map_table_f[oc][ic]); in setup_remap()
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_daemon-conf.c | 788 pa_strbuf_printf(s, _("### Read from configuration file: %s ###\n"), c->config_file); in pa_daemon_conf_dump() 795 pa_strbuf_printf(s, "daemonize = %s\n", pa_yes_no(c->daemonize)); in pa_daemon_conf_dump() 796 pa_strbuf_printf(s, "fail = %s\n", pa_yes_no(c->fail)); in pa_daemon_conf_dump() 797 pa_strbuf_printf(s, "high-priority = %s\n", pa_yes_no(c->high_priority)); in pa_daemon_conf_dump() 798 pa_strbuf_printf(s, "nice-level = %i\n", c->nice_level); in pa_daemon_conf_dump() 799 pa_strbuf_printf(s, "realtime-scheduling = %s\n", pa_yes_no(c->realtime_scheduling)); in pa_daemon_conf_dump() 800 pa_strbuf_printf(s, "realtime-priority = %i\n", c->realtime_priority); in pa_daemon_conf_dump() 801 pa_strbuf_printf(s, "allow-module-loading = %s\n", pa_yes_no(!c->disallow_module_loading)); in pa_daemon_conf_dump() 802 pa_strbuf_printf(s, "allow-exit = %s\n", pa_yes_no(!c->disallow_exit)); in pa_daemon_conf_dump() 803 pa_strbuf_printf( in pa_daemon_conf_dump() [all...] |
H A D | daemon-conf.c | 788 pa_strbuf_printf(s, _("### Read from configuration file: %s ###\n"), c->config_file); in pa_daemon_conf_dump() 795 pa_strbuf_printf(s, "daemonize = %s\n", pa_yes_no(c->daemonize)); in pa_daemon_conf_dump() 796 pa_strbuf_printf(s, "fail = %s\n", pa_yes_no(c->fail)); in pa_daemon_conf_dump() 797 pa_strbuf_printf(s, "high-priority = %s\n", pa_yes_no(c->high_priority)); in pa_daemon_conf_dump() 798 pa_strbuf_printf(s, "nice-level = %i\n", c->nice_level); in pa_daemon_conf_dump() 799 pa_strbuf_printf(s, "realtime-scheduling = %s\n", pa_yes_no(c->realtime_scheduling)); in pa_daemon_conf_dump() 800 pa_strbuf_printf(s, "realtime-priority = %i\n", c->realtime_priority); in pa_daemon_conf_dump() 801 pa_strbuf_printf(s, "allow-module-loading = %s\n", pa_yes_no(!c->disallow_module_loading)); in pa_daemon_conf_dump() 802 pa_strbuf_printf(s, "allow-exit = %s\n", pa_yes_no(!c->disallow_exit)); in pa_daemon_conf_dump() 803 pa_strbuf_printf( in pa_daemon_conf_dump() [all...] |
H A D | cmdline.c | 228 pa_strbuf_printf(buf, "load-module %s\n", optarg); in pa_cmdline_parse() 234 pa_strbuf_printf(buf, ".include %s\n", p = pa_make_path_absolute(optarg)); in pa_cmdline_parse()
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 154 pa_strbuf_printf(buf, "%s=\"", key); in proplist_to_arg() 170 pa_strbuf_printf(buf, "%s=hex:%s", key, c); in proplist_to_arg() 188 pa_strbuf_printf(args_buf, "connect=%s", pa_yes_no(u->autoconnect_ports)); in ensure_ports_started() 191 pa_strbuf_printf(args_buf, " %s_name='%s'", modtypes[i], escaped); in ensure_ports_started() 196 pa_strbuf_printf(args_buf, " %s_properties='%s'", modtypes[i], escaped); in ensure_ports_started() 201 pa_strbuf_printf(args_buf, " client_name='%s'", escaped); in ensure_ports_started() 205 pa_strbuf_printf(args_buf, " channels=%" PRIu32, u->mod_args[i].channels); in ensure_ports_started() 209 pa_strbuf_printf(args_buf, " channel_map='%s'", cm); in ensure_ports_started()
|
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 645 pa_strbuf_printf(buf, "[ %d", values[0]); in pa_format_info_set_prop_int_array() 648 pa_strbuf_printf(buf, ", %d", values[i]); in pa_format_info_set_prop_int_array() 650 pa_strbuf_printf(buf, " ]"); in pa_format_info_set_prop_int_array() 682 pa_strbuf_printf(buf, "[ \"%s\"", values[0]); in pa_format_info_set_prop_string_array() 685 pa_strbuf_printf(buf, ", \"%s\"", values[i]); in pa_format_info_set_prop_string_array() 687 pa_strbuf_printf(buf, " ]"); in pa_format_info_set_prop_string_array()
|
H A D | proplist.c | 401 pa_strbuf_printf(buf, "%s = \"", key); in pa_proplist_to_string_sep() 432 pa_strbuf_printf(buf, "%s = hex:%s", key, c); in pa_proplist_to_string_sep()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtsp_client.c | 483 pa_strbuf_printf(buf, "%s %s RTSP/1.0\r\nCSeq: %d\r\n", cmd, c->url, ++c->cseq); in rtsp_exec() 485 pa_strbuf_printf(buf, "Session: %s\r\n", c->session); in rtsp_exec() 495 pa_strbuf_printf(buf, "Content-Type: %s\r\nContent-Length: %d\r\n", in rtsp_exec() 499 pa_strbuf_printf(buf, "User-Agent: %s\r\n", c->useragent); in rtsp_exec()
|
H A D | headerlist.c | 159 pa_strbuf_printf(buf, "%s: %s\r\n", key, v); in pa_headerlist_to_string()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-udev-detect.c | 407 pa_strbuf_printf(args_buf, in card_changed() 431 pa_strbuf_printf(args_buf, " tsched_buffer_size=%" PRIu32, u->tsched_buffer_size); in card_changed()
|
H A D | module-rygel-media-server.c | 928 pa_strbuf_printf(sb, "<node name=\"%u\"/>", sink->index); in sinks_and_sources_handler() 934 pa_strbuf_printf(sb, "<node name=\"%u\"/>", source->index); in sinks_and_sources_handler()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 449 pa_strbuf_printf(strbuf, "Channel %d", (int) property_address.mElement); in ca_device_create_sink() 583 pa_strbuf_printf(strbuf, "Channel %d", (int) property_address.mElement); in ca_device_create_source()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 4840 pa_strbuf_printf(sb, _("%s Output"), m->description); in profile_verify() 4848 pa_strbuf_printf(sb, _("%s Input"), m->description); in profile_verify() 4911 pa_strbuf_printf(buf, "[%li]:%0.2f ", i + db_fix->min_step, db_fix->db_values[i] / 100.0); in pa_alsa_decibel_fix_dump()
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-core.c | 1501 pa_strbuf_printf(arg_buffer, "%s=\"%s\"", key, escaped_value); in handle_load_module()
|