Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dwl.rs109 wlstate: Option<Rc<RefCell<wl::WlState>>>, field
233 let wlstate = match &self.wlstate { in start_queue() localVariable
246 let wlstate = Rc::new(RefCell::new(wl::WlState::new( in start_queue() localVariable