Home
last modified time | relevance | path

Searched refs:PA_PROTOCOL_VERSION (Results 1 – 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dversion.h.in50 #define PA_PROTOCOL_VERSION @PA_PROTOCOL_VERSION@ macro
Dcontext.c524 pa_log_debug("Protocol version: remote %u, local %u", c->version, PA_PROTOCOL_VERSION); in setup_complete_callback()
636 pa_tagstruct_putu32(t, PA_PROTOCOL_VERSION | (c->do_shm ? PA_PROTOCOL_FLAG_SHM : 0) | in setup_context()
1339 return PA_PROTOCOL_VERSION;
/third_party/pulseaudio/include/pulse/
Dversion.h50 #define PA_PROTOCOL_VERSION 35 macro
/third_party/pulseaudio/include/
Dconfig.h286 #define PA_PROTOCOL_VERSION 35 macro
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1616 pa_log_debug("Protocol version: remote %u, local %u", u->version, PA_PROTOCOL_VERSION); in setup_complete_callback()
1861 pa_tagstruct_putu32(t, PA_PROTOCOL_VERSION); in on_connection()
/third_party/pulseaudio/
Dmeson.build131 cdata.set('PA_PROTOCOL_VERSION', pa_protocol_version)
Dconfigure.ac45 AC_SUBST(PA_PROTOCOL_VERSION, 34) subst
/third_party/pulseaudio/vala/
Dlibpulse.vapi32 [CCode (cname="PA_PROTOCOL_VERSION")]
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c2598 pa_log_debug("Protocol version: remote %u, local %u", c->version, PA_PROTOCOL_VERSION); in command_auth()
2704 pa_tagstruct_putu32(reply, PA_PROTOCOL_VERSION | (do_shm ? 0x80000000 : 0) | in command_auth()