Home
last modified time | relevance | path

Searched refs:PA_ERR_TOOLARGE (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h490 PA_ERR_TOOLARGE, /**< Data too large */ enumerator
521 #define PA_ERR_TOOLARGE PA_ERR_TOOLARGE macro
Derror.c56 [PA_ERR_TOOLARGE] = N_("Too large"), in pa_strerror()
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c408 return -PA_ERR_TOOLARGE; in pa_source_output_new()
Dsink-input.c460 return -PA_ERR_TOOLARGE; in pa_sink_input_new()
Dprotocol-native.c2983 CHECK_VALIDITY(c->pstream, length <= PA_SCACHE_ENTRY_SIZE_MAX, tag, PA_ERR_TOOLARGE); in command_create_upload_stream()
3039 pa_pstream_send_error(c->pstream, tag, PA_ERR_TOOLARGE); in command_finish_upload_stream()