Home
last modified time | relevance | path

Searched refs:new_vol (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/server/
Dcras_dbus_control.c286 dbus_int32_t new_vol; in handle_set_output_volume() local
288 rc = get_single_arg(message, DBUS_TYPE_INT32, &new_vol); in handle_set_output_volume()
292 cras_system_set_volume(new_vol); in handle_set_output_volume()
303 dbus_int32_t new_vol; in handle_set_output_node_volume() local
310 DBUS_TYPE_INT32, &new_vol, in handle_set_output_node_volume()
318 cras_iodev_list_set_node_attr(id, IONODE_ATTR_VOLUME, new_vol); in handle_set_output_node_volume()