Home
last modified time | relevance | path

Searched defs:pa_dbus_protocol (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c37 struct pa_dbus_protocol { struct
40 pa_core *core;
41 pa_hashmap *objects; /* Object path -> struct object_entry */
42 pa_hashmap *connections; /* DBusConnection -> struct connection_entry */
43 pa_idxset *extensions; /* Strings */
45 pa_hook hooks[PA_DBUS_PROTOCOL_HOOK_MAX];
Dprotocol-dbus.h45 typedef struct pa_dbus_protocol pa_dbus_protocol; typedef