Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Ddef.h489 PA_ERR_VERSION, /**< Incompatible protocol version */ enumerator
520 #define PA_ERR_VERSION PA_ERR_VERSION macro
Derror.c55 [PA_ERR_VERSION] = N_("Incompatible protocol version"), in pa_strerror()
Dcontext.c504 pa_context_fail(c, PA_ERR_VERSION); in setup_complete_callback()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c2578 pa_pstream_send_error(c->pstream, tag, PA_ERR_VERSION); in command_auth()