Searched refs:handle_get_description (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device-port.c | 35 static void handle_get_description(DBusConnection *conn, DBusMessage *msg, void *userdata); 63 [PROPERTY_HANDLER_DESCRIPTION] = { .property_name = "Description", .type = "s", .get_cb = handle_get_description, .set_cb = NULL }, 110 static void handle_get_description(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_description() function
|
H A D | iface-card-profile.c | 35 static void handle_get_description(DBusConnection *conn, DBusMessage *msg, void *userdata); 64 [PROPERTY_HANDLER_DESCRIPTION] = { .property_name = "Description", .type = "s", .get_cb = handle_get_description, .set_cb = NULL }, 102 static void handle_get_description(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_description() function
|
Completed in 2 milliseconds