Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c538 dbus_bool_t has_hardware_volume = FALSE; in handle_get_has_hardware_volume() local
544 has_hardware_volume = (d->type == PA_DEVICE_TYPE_SINK) in handle_get_has_hardware_volume()
548 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_BOOLEAN, &has_hardware_volume); in handle_get_has_hardware_volume()
815 dbus_bool_t has_hardware_volume = FALSE; in handle_get_all() local
845 has_hardware_volume = !!(d->sink->flags & PA_SINK_HW_VOLUME_CTRL); in handle_get_all()
866 has_hardware_volume = !!(d->source->flags & PA_SOURCE_HW_VOLUME_CTRL); in handle_get_all()
911 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_HAS_HARDWARE_VOLUME].property_name, DBUS_TYPE_BOOLEAN, &has_hardware_volume); in handle_get_all()

Completed in 3 milliseconds