Searched refs:PA_PROTOCOL_VERSION (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/include/pulse/ |
H A D | version.h | 50 #define PA_PROTOCOL_VERSION 35 macro
|
/third_party/pulseaudio/include/ |
H A D | config.h | 284 #define PA_PROTOCOL_VERSION 35 macro
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 540 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 D | module-tunnel.c | 1770 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 D | protocol-native.c | 2462 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