Home
last modified time | relevance | path

Searched defs:GpuCommandDecodeError (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs641 pub enum GpuCommandDecodeError { enum
653 impl From<DescriptorError> for GpuCommandDecodeError { implementation
654 fn from(e: DescriptorError) -> GpuCommandDecodeError { in from()
659 impl From<io::Error> for GpuCommandDecodeError { implementation
660 fn from(e: io::Error) -> GpuCommandDecodeError { in from()
700 pub fn decode(cmd: &mut Reader) -> Result<GpuCommand, GpuCommandDecodeError> { in decode() argument