Home
last modified time | relevance | path

Searched refs:PA_ERR_EXIST (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h476 PA_ERR_EXIST, /**< Entity exists */ enumerator
507 #define PA_ERR_EXIST PA_ERR_EXIST macro
Derror.c42 [PA_ERR_EXIST] = N_("Entity exists"), in pa_strerror()
/third_party/pulseaudio/src/pulsecore/
Dmodule.c162 errcode = -PA_ERR_EXIST; in pa_module_load()
Dcli-command.c438 if (err == PA_ERR_EXIST) { in pa_cli_command_load()