Searched refs:handle_get_priority (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device-port.c | 36 static void handle_get_priority(DBusConnection *conn, DBusMessage *msg, void *userdata); 64 [PROPERTY_HANDLER_PRIORITY] = { .property_name = "Priority", .type = "u", .get_cb = handle_get_priority, .set_cb = NULL }, 120 static void handle_get_priority(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_priority() function
|
H A D | iface-card-profile.c | 38 static void handle_get_priority(DBusConnection *conn, DBusMessage *msg, void *userdata); 67 [PROPERTY_HANDLER_PRIORITY] = { .property_name = "Priority", .type = "u", .get_cb = handle_get_priority, .set_cb = NULL }, 138 static void handle_get_priority(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_priority() function
|
Completed in 2 milliseconds