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.c189 dbus_int32_t new_vol; in handle_set_output_volume() local
191 rc = get_single_arg(message, DBUS_TYPE_INT32, &new_vol); in handle_set_output_volume()
195 cras_system_set_volume(new_vol); in handle_set_output_volume()
207 dbus_int32_t new_vol; in handle_set_output_node_volume() local
215 DBUS_TYPE_INT32, &new_vol, in handle_set_output_node_volume()
224 cras_iodev_list_set_node_attr(id, IONODE_ATTR_VOLUME, new_vol); in handle_set_output_node_volume()