Home
last modified time | relevance | path

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

/external/adhd/cras/client/cras_tests/src/
Dcontrol.rs79 .set_system_volume(volume) in control()
/external/autotest/client/cros/audio/
Dcras_utils.py181 def set_system_volume(volume): function
Daudio_helper.py444 cras_utils.set_system_volume(_DEFAULT_PLAYBACK_VOLUME)
/external/adhd/cras/client/libcras/src/
Dlibcras.rs279 pub fn set_system_volume(&mut self, volume: u32) -> Result<()> { in set_system_volume() method