Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dfrontend_server.rs59 pub struct FrontendServer<S: Frontend> { struct
68 impl<S: Frontend> FrontendServer<S> { argument
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/sys/
H A Dwindows.rs221 impl<S: Frontend> FrontendServer<S> { implementation
239 impl<S: Frontend> ReadNotifier for FrontendServer<S> { implementation
246 impl<S: Frontend> CloseNotifier for FrontendServer<S> { implementation
H A Dunix.rs285 impl<S: Frontend> AsRawDescriptor for FrontendServer<S> { implementation
291 impl<S: Frontend> ReadNotifier for FrontendServer<S> { implementation
297 impl<S: Frontend> FrontendServer<S> { impl