Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/connection/
Dwindows.rs15 pub(crate) type TestMaster = Master<TestEndpoint>; typedef
26 ) -> (TestMaster, SlaveReqHandler<S, TestEndpoint>) in create_master_slave_pair()
Dunix.rs20 pub(crate) type TestMaster = Master<SocketEndpoint<MasterReq>>; typedef
40 ) -> (TestMaster, SlaveReqHandler<S, TestEndpoint>) in create_master_slave_pair()