Lines Matching defs:WlResp
500 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()
1294 fn execute(&mut self, reader: &mut Reader) -> WlResult<WlResp> { in execute()
1384 fn next_recv(&self) -> Option<WlResp> { in next_recv()