Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Ddummy_slave.rs18 pub struct DummySlaveReqHandler { struct
34 impl DummySlaveReqHandler { argument
43 impl VhostUserSlaveReqHandlerMut for DummySlaveReqHandler { implementation
Dlib.rs244 h: &mut SlaveReqHandler<Mutex<DummySlaveReqHandler>, MasterReqEndpoint>, in handle_request()