Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c553 dbus_bool_t has_hardware_mute = FALSE; in handle_get_has_hardware_mute() local
559 has_hardware_mute = (d->type == PA_DEVICE_TYPE_SINK) in handle_get_has_hardware_mute()
563 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_BOOLEAN, &has_hardware_mute); in handle_get_has_hardware_mute()
816 dbus_bool_t has_hardware_mute = FALSE; in handle_get_all() local
846 has_hardware_mute = !!(d->sink->flags & PA_SINK_HW_MUTE_CTRL); in handle_get_all()
867 has_hardware_mute = !!(d->source->flags & PA_SOURCE_HW_MUTE_CTRL); in handle_get_all()
912 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_HAS_HARDWARE_MUTE].property_name, DBUS_TYPE_BOOLEAN, &has_hardware_mute); in handle_get_all()

Completed in 3 milliseconds