Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dcommand.rs29 InvalidCmdType(u32), enumerator
40 InvalidCmdType(t) => write!(f, "invalid command type: {}", t), in fmt()
331 _ => return Err(ReadCmdError::InvalidCmdType(hdr.type_.into())), in from_reader()