Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/connection/
Dwindows.rs28 S: VhostUserSlaveReqHandler, in create_master_slave_pair()
Dunix.rs42 S: VhostUserSlaveReqHandler, in create_master_slave_pair()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dmod.rs78 ) -> anyhow::Result<Box<dyn VhostUserSlaveReqHandler>>; in into_req_handler()
Dconsole.rs69 ) -> anyhow::Result<Box<dyn VhostUserSlaveReqHandler>> { in into_req_handler()
Dblock.rs76 ) -> anyhow::Result<Box<dyn VhostUserSlaveReqHandler>> { in into_req_handler()
Dsnd.rs127 ) -> anyhow::Result<Box<dyn vmm_vhost::VhostUserSlaveReqHandler>> { in into_req_handler()
Dvsock.rs113 ) -> anyhow::Result<Box<dyn vmm_vhost::VhostUserSlaveReqHandler>> { in into_req_handler()
Dhandler.rs1075 fn handle_request<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>>( in handle_request()
1082 pub(super) fn test_handle_requests<S: VhostUserSlaveReqHandler, E: Endpoint<MasterReq>>( in test_handle_requests()
/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
Dwindows.rs51 handler: Box<dyn VhostUserSlaveReqHandler>, in run_handler()
Dunix.rs183 S: VhostUserSlaveReqHandler, in run_handler()
/external/crosvm/devices/src/virtio/vhost/user/device/listener/sys/
Dunix.rs133 handler: Box<dyn VhostUserSlaveReqHandler>, in run_with_handler()
/external/crosvm/third_party/vmm_vhost/src/
Dslave_req_handler.rs69 pub trait VhostUserSlaveReqHandler { trait