Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/host_backend/
Dhost_device.rs52 pub struct HostDevice { struct
67 impl Drop for HostDevice { argument
73 impl HostDevice { implementation
79 ) -> Result<HostDevice> { in new()
560 impl XhciBackendDevice for HostDevice { implementation
/external/clang/test/SemaCUDA/
Dhost-device-constexpr.cu23 constexpr int HostDevice() { return 0; } in HostDevice() function