Searched refs:handle_get_property_list (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-client.c | 52 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata); 76 [PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_property_list, .set_cb = NULL } 253 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list() function
|
H A D | iface-module.c | 46 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata); 66 [PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_property_list, .set_cb = NULL } 197 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list() function
|
H A D | iface-card.c | 45 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata); 90 [PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_property_list, .set_cb = NULL } 360 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list() function
|
H A D | iface-sample.c | 53 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata); 83 [PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_property_list, .set_cb = NULL } 279 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list() function
|
H A D | iface-stream.c | 83 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata); 122 [PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_property_list, .set_cb = NULL } 502 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list() function
|
H A D | iface-device.c | 62 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata); 170 [PROPERTY_HANDLER_PROPERTY_LIST] = { .property_name = "PropertyList", .type = "a{say}", .get_cb = handle_get_property_list, .set_cb = NULL } 784 static void handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_property_list() function
|
Completed in 9 milliseconds