Searched refs:handle_get_available (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device-port.c | 37 static void handle_get_available(DBusConnection *conn, DBusMessage *msg, void *userdata); 65 [PROPERTY_HANDLER_AVAILABLE] = { .property_name = "Available", .type = "u", .get_cb = handle_get_available, .set_cb = NULL } 133 static void handle_get_available(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_available() function
|
H A D | iface-card-profile.c | 39 static void handle_get_available(DBusConnection *conn, DBusMessage *msg, void *userdata); 68 [PROPERTY_HANDLER_AVAILABLE] = { .property_name = "Available", .type = "b", .get_cb = handle_get_available, .set_cb = NULL }, 151 static void handle_get_available(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_available() function
|
Completed in 2 milliseconds