Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_backend_device.rs32 fn get_speed(&self) -> Option<DeviceSpeed>; in get_speed() method
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/examples/
Dlist_devices.rs269 fn get_speed(speed: Speed) -> &'static str { in get_speed() function
/aosp_15_r20/external/rust/crates/rusb/examples/
Dlist_devices.rs269 fn get_speed(speed: Speed) -> &'static str { in get_speed() function
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/
H A Dfido_passthrough.rs546 fn get_speed(&self) -> Option<DeviceSpeed> { in get_speed() method
/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs369 fn get_speed(&self) -> Option<DeviceSpeed> { in get_speed() method
/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Ddevice.rs247 fn get_speed(&self) -> Option<DeviceSpeed> { in get_speed() method
/aosp_15_r20/external/crosvm/usb_util/src/
H A Ddevice.rs514 pub fn get_speed(&self) -> Result<Option<DeviceSpeed>> { in get_speed() method