Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c455 dbus_bool_t has_flat_volume = FALSE; in handle_get_has_flat_volume() local
461 has_flat_volume = (d->type == PA_DEVICE_TYPE_SINK) ? !!(d->sink->flags & PA_SINK_FLAT_VOLUME) : FALSE; in handle_get_has_flat_volume()
463 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_BOOLEAN, &has_flat_volume); in handle_get_has_flat_volume()
811 dbus_bool_t has_flat_volume = FALSE; in handle_get_all() local
841 has_flat_volume = !!(d->sink->flags & PA_SINK_FLAT_VOLUME); in handle_get_all()
862 has_flat_volume = FALSE; in handle_get_all()
906 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_HAS_FLAT_VOLUME].property_name, DBUS_TYPE_BOOLEAN, &has_flat_volume); in handle_get_all()

Completed in 3 milliseconds