Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs283 pub struct DeviceRequestHandler<T: VhostUserDevice> { struct
298 Load(WorkerThread<serde_json::Result<DeviceRequestHandlerSnapshot>>), argument
308 impl<T: VhostUserDevice> DeviceRequestHandler<T> { argument
345 impl<T: VhostUserDevice> AsRef<T> for DeviceRequestHandler<T> { implementation
351 impl<T: VhostUserDevice> AsMut<T> for DeviceRequestHandler<T> { implementation
357 impl<T: VhostUserDevice> vmm_vhost::Backend for DeviceRequestHandler<T> { implementation