Home
last modified time | relevance | path

Searched refs:HostDevice (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/usb/host_backend/
Dhost_device.rs41 pub struct HostDevice { struct
56 impl Drop for HostDevice { implementation
62 impl HostDevice { impl
69 ) -> HostDevice { in new() argument
70 HostDevice { in new()
431 impl XhciBackendDevice for HostDevice { implementation
Dhost_backend_device_provider.rs9 use super::host_device::HostDevice;
270 let device = Box::new(HostDevice::new( in on_event_helper()
/external/clang/test/SemaCUDA/
Dhost-device-constexpr.cu23 constexpr int HostDevice() { return 0; } in HostDevice() function