Searched refs:handle_get_sinks (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-card-profile.c | 36 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata); 65 [PROPERTY_HANDLER_SINKS] = { .property_name = "Sinks", .type = "u", .get_cb = handle_get_sinks, .set_cb = NULL }, 112 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_sinks() function
|
H A D | iface-card.c | 40 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata); 86 [PROPERTY_HANDLER_SINKS] = { .property_name = "Sinks", .type = "ao", .get_cb = handle_get_sinks, .set_cb = NULL }, 216 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_sinks() function
|
H A D | iface-core.c | 66 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata); 173 [PROPERTY_HANDLER_SINKS] = { .property_name = "Sinks", .type = "ao", .get_cb = handle_get_sinks, .set_cb = NULL }, 664 static void handle_get_sinks(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_sinks() function
|
Completed in 7 milliseconds