Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dwl.rs500 enum WlResp<'a> { enum
535 impl<'a> WlResp<'a> { impl
777 fn send(&mut self, rds: &[RawDescriptor], data: &mut Reader) -> WlResult<WlResp> { in send()
911 fn new_pipe(&mut self, id: u32, flags: u32) -> WlResult<WlResp> { in new_pipe()
950 fn new_alloc(&mut self, id: u32, flags: u32, size: u32) -> WlResult<WlResp> { in new_alloc()
981 fn new_dmabuf(&mut self, id: u32, width: u32, height: u32, format: u32) -> WlResult<WlResp> { in new_dmabuf()
1004 fn dmabuf_sync(&mut self, vfd_id: u32, flags: u32) -> WlResult<WlResp> { in dmabuf_sync()
1018 fn new_context(&mut self, id: u32, name: &str) -> WlResult<WlResp> { in new_context()
1082 fn close(&mut self, vfd_id: u32) -> WlResult<WlResp> { in close()
1131 ) -> WlResult<WlResp> { in send()
[all …]