/third_party/pulseaudio/src/pulsecore/ |
H A D | strbuf.h | 26 typedef struct pa_strbuf pa_strbuf; typedef 28 pa_strbuf *pa_strbuf_new(void); 29 void pa_strbuf_free(pa_strbuf *sb); 30 char *pa_strbuf_to_string(pa_strbuf *sb); 31 char *pa_strbuf_to_string_free(pa_strbuf *sb); 33 size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3); 34 void pa_strbuf_puts(pa_strbuf *sb, const char *t); 35 void pa_strbuf_putsn(pa_strbuf *sb, const char *t, size_t m); 36 void pa_strbuf_putc(pa_strbuf *s [all...] |
H A D | cli-command.c | 65 int (*proc) (pa_core *c, pa_tokenizer*t, pa_strbuf *buf, bool *fail); 84 static int pa_cli_command_exit(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 85 static int pa_cli_command_help(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 86 static int pa_cli_command_modules(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 87 static int pa_cli_command_clients(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 88 static int pa_cli_command_cards(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 89 static int pa_cli_command_sinks(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 90 static int pa_cli_command_sources(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 91 static int pa_cli_command_sink_inputs(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail); 92 static int pa_cli_command_source_outputs(pa_core *c, pa_tokenizer *t, pa_strbuf *bu [all...] |
H A D | strbuf.c | 43 struct pa_strbuf { struct 48 pa_strbuf *pa_strbuf_new(void) { in pa_strbuf_new() 49 pa_strbuf *sb; in pa_strbuf_new() 51 sb = pa_xnew(pa_strbuf, 1); in pa_strbuf_new() 58 void pa_strbuf_free(pa_strbuf *sb) { in pa_strbuf_free() 72 char *pa_strbuf_to_string(pa_strbuf *sb) { in pa_strbuf_to_string() 95 char *pa_strbuf_to_string_free(pa_strbuf *sb) { in pa_strbuf_to_string_free() 106 void pa_strbuf_puts(pa_strbuf *sb, const char *t) { in pa_strbuf_puts() 115 void pa_strbuf_putc(pa_strbuf *sb, char c) { in pa_strbuf_putc() 122 static void append(pa_strbuf *s [all...] |
H A D | cli-command.h | 30 int pa_cli_command_execute_line(pa_core *c, const char *s, pa_strbuf *buf, bool *fail); 33 int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, bool *fail); 36 int pa_cli_command_execute_file_stream(pa_core *c, FILE *f, pa_strbuf *buf, bool *fail); 39 int pa_cli_command_execute(pa_core *c, const char *s, pa_strbuf *buf, bool *fail); 42 int pa_cli_command_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *buf, bool *fail, int *ifstate);
|
H A D | cli-text.c | 44 pa_strbuf *s; in pa_module_list_to_string() 76 pa_strbuf *s; in pa_client_list_to_string() 105 static void append_port_list(pa_strbuf *s, pa_hashmap *ports) { in append_port_list() 126 pa_strbuf *s; in pa_card_list_to_string() 188 pa_strbuf *s; in pa_sink_list_to_string() 302 pa_strbuf *s; in pa_source_list_to_string() 413 pa_strbuf *s; in pa_source_output_list_to_string() 510 pa_strbuf *s; in pa_sink_input_list_to_string() 605 pa_strbuf *s; in pa_scache_list_to_string() 664 pa_strbuf * in pa_full_status_string() [all...] |
H A D | shared.h | 53 void pa_shared_dump(pa_core *c, pa_strbuf *s);
|
H A D | shared.c | 99 void pa_shared_dump(pa_core *c, pa_strbuf *s) { in pa_shared_dump()
|
H A D | strlist.c | 55 pa_strbuf *b; in pa_strlist_to_string()
|
H A D | cli.c | 121 pa_strbuf *buf; in line_callback()
|
H A D | json.c | 65 /* JSON encoder structure, a wrapper for pa_strbuf and encoder context */ 67 pa_strbuf *buffer; 145 pa_strbuf *buf = pa_strbuf_new(); in parse_string() 624 /* Write functions. The functions are wrapper functions around pa_strbuf, 625 * so that the client does not need to use pa_strbuf directly. */
|
H A D | protocol-dbus.c | 183 pa_strbuf *buf; in update_introspection() 681 pa_strbuf *sig_buf = NULL; in extract_method_signatures()
|
H A D | protocol-http.c | 271 pa_strbuf *sb; in escape_html()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | headerlist.c | 148 pa_strbuf *buf; in pa_headerlist_to_string()
|
H A D | rtsp_client.c | 72 pa_strbuf *header_buffer; 472 pa_strbuf *buf; in rtsp_exec()
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 140 pa_strbuf *buf; in proplist_to_arg() 185 pa_strbuf *args_buf = pa_strbuf_new(); in ensure_ports_started()
|
/third_party/pulseaudio/src/tests/ |
H A D | memblockq-test.c | 62 static void dump_chunk(const pa_memchunk *chunk, pa_strbuf *buf) { in dump_chunk() 79 pa_strbuf *buf; in dump()
|
/third_party/pulseaudio/src/daemon/ |
H A D | cmdline.c | 172 pa_strbuf *buf = NULL; in pa_cmdline_parse()
|
H A D | main.c | 514 pa_strbuf *buf = NULL;
|
H A D | ohos_daemon-conf.c | 779 pa_strbuf *s; in pa_daemon_conf_dump()
|
H A D | daemon-conf.c | 779 pa_strbuf *s; in pa_daemon_conf_dump()
|
H A D | ohos_pa_main.c | 528 pa_strbuf *buf = NULL; in real_main()
|
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 635 pa_strbuf *buf; in pa_format_info_set_prop_int_array() 673 pa_strbuf *buf; in pa_format_info_set_prop_string_array()
|
H A D | proplist.c | 385 pa_strbuf *buf; in pa_proplist_to_string_sep()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 415 pa_strbuf *strbuf; in ca_device_create_sink() 549 pa_strbuf *strbuf; in ca_device_create_source()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-udev-detect.c | 379 pa_strbuf *args_buf; in card_changed()
|