Home
last modified time | relevance | path

Searched refs:handle_get_available (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
H A Diface-device-port.c37 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 Diface-card-profile.c39 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