Home
last modified time | relevance | path

Searched refs:PA_ERR_ACCESS (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Derror.c39 [PA_ERR_ACCESS] = N_("Access denied"), in pa_strerror()
H A Ddef.h473 PA_ERR_ACCESS, /**< Access failure */ enumerator
504 #define PA_ERR_ACCESS PA_ERR_ACCESS macro
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c1785 CHECK_VALIDITY_GOTO(c->pstream, c->authorized, tag, PA_ERR_ACCESS, finish); in command_create_playback_stream()
2003 CHECK_VALIDITY(c->pstream, c->authorized, tag, PA_ERR_ACCESS); in command_delete_stream()
2107 CHECK_VALIDITY_GOTO(c->pstream, c->authorized, tag, PA_ERR_ACCESS, finish); in command_create_record_stream()
2318 CHECK_VALIDITY(c->pstream, c->authorized, tag, PA_ERR_ACCESS); in command_exit()
2320 CHECK_VALIDITY(c->pstream, ret >= 0, tag, PA_ERR_ACCESS); in command_exit()
2516 pa_pstream_send_error(c->pstream, tag, PA_ERR_ACCESS); in command_auth()
2670 CHECK_VALIDITY(c->pstream, c->authorized, tag, PA_ERR_ACCESS); in command_lookup()
2708 CHECK_VALIDITY(c->pstream, c->authorized, tag, PA_ERR_ACCESS); in command_drain_playback_stream()
2729 CHECK_VALIDITY(c->pstream, c->authorized, tag, PA_ERR_ACCESS); in command_stat()
2759 CHECK_VALIDITY(c->pstream, c->authorized, tag, PA_ERR_ACCESS); in command_get_playback_latency()
[all...]
H A Dmodule.c128 errcode = -PA_ERR_ACCESS; in pa_module_load()

Completed in 13 milliseconds