Home
last modified time | relevance | path

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

/external/crosvm/vm_control/src/
Dclient.rs32 use crate::SndControlCommand;
223 let request = VmRequest::SndCommand(SndControlCommand::MuteAll(muted)); in do_snd_mute_all()
Dlib.rs1395 pub enum SndControlCommand { enum
1488 SndCommand(SndControlCommand),
2187 SndControlCommand::MuteAll(muted) => { in execute()
2189 let res = tube.send(&SndControlCommand::MuteAll(*muted)); in execute()
/external/crosvm/devices/src/virtio/snd/common_backend/
Dasync_funcs.rs35 use vm_control::SndControlCommand;
622 SndControlCommand::MuteAll(muted) => { in handle_ctrl_tube()
1068 let _ = t1.send(&SndControlCommand::MuteAll(true)).await; in test_handle_ctrl_tube_receive_mute_cmd()