Searched refs:pa_cli_command_execute_file_stream (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.h | 36 int pa_cli_command_execute_file_stream(pa_core *c, FILE *f, pa_strbuf *buf, bool *fail);
|
D | cli-command.c | 2165 int pa_cli_command_execute_file_stream(pa_core *c, FILE *f, pa_strbuf *buf, bool *fail) { in pa_cli_command_execute_file_stream() function 2212 ret = pa_cli_command_execute_file_stream(c, f, buf, fail); in pa_cli_command_execute_file()
|
/third_party/pulseaudio/src/daemon/ |
D | ohos_pa_main.c | 1139 r = pa_cli_command_execute_file_stream(c, f, buf, &conf->fail); in ohos_pa_main()
|
D | main.c | 1105 r = pa_cli_command_execute_file_stream(c, f, buf, &conf->fail); in main()
|