Searched refs:handle_get_index (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-device-port.c | 33 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 61 …X] = { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .set_c… 90 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-card-profile.c | 33 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 62 …X] = { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .set_c… 82 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-module.c | 42 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 62 … = { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .set… 104 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-client.c | 47 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 71 …= { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .… 134 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-sample.c | 45 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 75 … = { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .se… 138 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-card.c | 36 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 82 … = { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .se… 140 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-stream.c | 68 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 109 … = { .property_name = "Index", .type = "u", .get_cb = handle_get_index, .s… 183 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|
D | iface-device.c | 35 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata); 146 …name = "Index", .type = "u", .get_cb = handle_get_index, … 259 static void handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_index() function
|