Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dreserve-monitor.c37 struct rm_monitor { struct
38 int ref;
40 char *device_name;
41 char *service_name;
42 char *match;
44 DBusConnection *connection;
46 unsigned busy:1;
47 unsigned filtering:1;
48 unsigned matching:1;
50 rm_change_cb_t change_cb;
[all …]
Dreserve-monitor.h36 typedef struct rm_monitor rm_monitor; typedef