Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltUsbConnection.java21 import android.hardware.usb.UsbEndpoint;
39 private UsbEndpoint endpointIn = null;
40 private UsbEndpoint endpointOut = null;
/external/crosvm/devices/src/usb/host_backend/
Dusb_endpoint.rs25 pub struct UsbEndpoint { struct
34 impl UsbEndpoint { impl
43 ) -> UsbEndpoint { in new() argument
45 UsbEndpoint { in new()
Dhost_device.rs10 use super::usb_endpoint::UsbEndpoint;
45 endpoints: Vec<UsbEndpoint>,
402 self.endpoints.push(UsbEndpoint::new( in create_endpoints()