Home
last modified time | relevance | path

Searched refs:PA_PROTOCOL_FLAG_SHM (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dinternal.h61 #define PA_PROTOCOL_FLAG_SHM 0x80000000U macro
H A Dcontext.c528 shm_on_remote = !!(c->version & PA_PROTOCOL_FLAG_SHM); in setup_complete_callback()
652 pa_tagstruct_putu32(t, PA_PROTOCOL_VERSION | (c->do_shm ? PA_PROTOCOL_FLAG_SHM : 0) | in setup_context()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c2450 shm_on_remote = !!(c->version & PA_PROTOCOL_FLAG_SHM); in command_auth()

Completed in 10 milliseconds