Searched refs:UsbEndpoint (Results 1 – 3 of 3) sorted by relevance
21 import android.hardware.usb.UsbEndpoint;39 private UsbEndpoint endpointIn = null;40 private UsbEndpoint endpointOut = null;
25 pub struct UsbEndpoint { struct34 impl UsbEndpoint { impl43 ) -> UsbEndpoint { in new() argument45 UsbEndpoint { in new()
10 use super::usb_endpoint::UsbEndpoint;45 endpoints: Vec<UsbEndpoint>,402 self.endpoints.push(UsbEndpoint::new( in create_endpoints()