Searched refs:SndControlCommand (Results 1 – 3 of 3) sorted by relevance
32 use crate::SndControlCommand;223 let request = VmRequest::SndCommand(SndControlCommand::MuteAll(muted)); in do_snd_mute_all()
1395 pub enum SndControlCommand { enum1488 SndCommand(SndControlCommand),2187 SndControlCommand::MuteAll(muted) => { in execute()2189 let res = tube.send(&SndControlCommand::MuteAll(*muted)); in execute()
35 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()