Home
last modified time | relevance | path

Searched refs:PA_PROTOCOL_VERSION (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/include/pulse/
H A Dversion.h50 #define PA_PROTOCOL_VERSION 35 macro
/third_party/pulseaudio/include/
H A Dconfig.h284 #define PA_PROTOCOL_VERSION 35 macro
/third_party/pulseaudio/src/pulse/
H A Dcontext.c540 pa_log_debug("Protocol version: remote %u, local %u", c->version, PA_PROTOCOL_VERSION); in setup_complete_callback()
652 pa_tagstruct_putu32(t, PA_PROTOCOL_VERSION | (c->do_shm ? PA_PROTOCOL_FLAG_SHM : 0) | in setup_context()
1368 return PA_PROTOCOL_VERSION;
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c1770 pa_log_debug("Protocol version: remote %u, local %u", u->version, PA_PROTOCOL_VERSION); in setup_complete_callback()
2043 pa_tagstruct_putu32(t, PA_PROTOCOL_VERSION); in on_sink_created()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c2462 pa_log_debug("Protocol version: remote %u, local %u", c->version, PA_PROTOCOL_VERSION); in command_auth()
2575 pa_tagstruct_putu32(reply, PA_PROTOCOL_VERSION | (do_shm ? 0x80000000 : 0) | in command_auth()

Completed in 13 milliseconds