Searched refs:PROPERTY_HANDLER_RECORD_STREAMS (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-client.c | 65 PROPERTY_HANDLER_RECORD_STREAMS, enumerator 75 [PROPERTY_HANDLER_RECORD_STREAMS] = { .property_name = "RecordStreams", .type = "ao", .get_cb = handle_get_record_streams, .set_cb = NULL }, 297 pa_dbus_append_basic_array_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_RECORD_STREAMS].property_name, DBUS_TYPE_OBJECT_PATH, record_streams, n_record_streams); in handle_get_all()
|
H A D | iface-core.c | 152 PROPERTY_HANDLER_RECORD_STREAMS, enumerator 178 [PROPERTY_HANDLER_RECORD_STREAMS] = { .property_name = "RecordStreams", .type = "ao", .get_cb = handle_get_record_streams, .set_cb = NULL }, 1149 pa_dbus_append_basic_array_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_RECORD_STREAMS].property_name, DBUS_TYPE_OBJECT_PATH, record_streams, n_record_streams); in handle_get_all()
|
Completed in 5 milliseconds