Home
last modified time | relevance | path

Searched refs:has_convertible_to_decibel_volume (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c468 dbus_bool_t has_convertible_to_decibel_volume = FALSE; in handle_get_has_convertible_to_decibel_volume() local
474 has_convertible_to_decibel_volume = (d->type == PA_DEVICE_TYPE_SINK) in handle_get_has_convertible_to_decibel_volume()
478 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_BOOLEAN, &has_convertible_to_decibel_volume); in handle_get_has_convertible_to_decibel_volume()
812 dbus_bool_t has_convertible_to_decibel_volume = FALSE; in handle_get_all() local
842 has_convertible_to_decibel_volume = !!(d->sink->flags & PA_SINK_DECIBEL_VOLUME); in handle_get_all()
863 has_convertible_to_decibel_volume = !!(d->source->flags & PA_SOURCE_DECIBEL_VOLUME); in handle_get_all()
907 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_HAS_CONVERTIBLE_TO_DECIBEL_VOLUME].property_name, DBUS_TYPE_BOOLEAN, &has_convertible_to_decibel_volume); in handle_get_all()

Completed in 3 milliseconds