Searched refs:handle_get_channels (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-sample.c | 49 static void handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata); 79 [PROPERTY_HANDLER_CHANNELS] = { .property_name = "Channels", .type = "au", .get_cb = handle_get_channels, .set_cb = NULL }, 199 static void handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_channels() function
|
H A D | iface-stream.c | 75 static void handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata); 116 [PROPERTY_HANDLER_CHANNELS] = { .property_name = "Channels", .type = "au", .get_cb = handle_get_channels, .set_cb = NULL }, 317 static void handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_channels() function
|
H A D | iface-device.c | 42 static void handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata); 153 [PROPERTY_HANDLER_CHANNELS] = { .property_name = "Channels", .type = "au", .get_cb = handle_get_channels, .set_cb = NULL }, 376 static void handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_get_channels() function
|
Completed in 6 milliseconds