Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs305 pub struct DeviceRequestHandler<T: VhostUserDevice> { struct
320 Load(WorkerThread<serde_json::Result<DeviceRequestHandlerSnapshot>>), argument
330 impl<T: VhostUserDevice> DeviceRequestHandler<T> { argument
367 impl<T: VhostUserDevice> AsRef<T> for DeviceRequestHandler<T> { implementation
373 impl<T: VhostUserDevice> AsMut<T> for DeviceRequestHandler<T> { implementation
379 impl<T: VhostUserDevice> vmm_vhost::Backend for DeviceRequestHandler<T> { implementation