Searched refs:pa_core_exit (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-cli.c | 64 pa_core_exit(m->core, false, 0); in eof_and_exit_cb()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core.h | 268 int pa_core_exit(pa_core *c, bool force, int retval);
|
D | core.c | 455 pa_core_exit(c, true, 0); in exit_callback() 473 int pa_core_exit(pa_core *c, bool force, int retval) { in pa_core_exit() function
|
D | cli-command.c | 221 if (pa_core_exit(c, false, 0) < 0) in pa_cli_command_exit()
|
D | protocol-native.c | 2457 ret = pa_core_exit(c->protocol->core, false, 0); in command_exit()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 1541 pa_core_exit(c->core, false, 0); in handle_exit()
|