Searched defs:rd_device (Results 1 – 2 of 2) sorted by relevance
36 struct rd_device { struct37 int ref;39 char *device_name;40 char *application_name;41 char *application_device_name;42 char *service_name;43 char *object_path;44 int32_t priority;46 DBusConnection *connection;48 unsigned owning:1;[all …]
37 typedef struct rd_device rd_device; typedef