Searched refs:handle_get_owner_module (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-client.c | 49 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata); 73 [PROPERTY_HANDLER_OWNER_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner_module, .set_cb = NULL }, 157 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_owner_module() function
|
H A D | iface-card.c | 39 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata); 85 [PROPERTY_HANDLER_OWNER_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner_module, .set_cb = NULL }, 173 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_owner_module() function
|
H A D | iface-stream.c | 70 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata); 111 [PROPERTY_HANDLER_OWNER_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner_module, .set_cb = NULL }, 226 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_owner_module() function
|
H A D | iface-device.c | 38 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata); 149 [PROPERTY_HANDLER_OWNER_MODULE] = { .property_name = "OwnerModule", .type = "o", .get_cb = handle_get_owner_module, .set_cb = NULL }, 298 static void handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_owner_module() function
|
Completed in 7 milliseconds