Home
last modified time | relevance | path

Searched refs:PA_ERR_KILLED (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h484 PA_ERR_KILLED, /**< Entity killed */ enumerator
515 #define PA_ERR_KILLED PA_ERR_KILLED macro
Derror.c50 [PA_ERR_KILLED] = N_("Entity killed"), in pa_strerror()
Dstream.c440 pa_context_set_error(c, PA_ERR_KILLED); in pa_command_stream_killed()