Searched defs:endpoints (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/hardware/usb/
H A DUsbInterface.java46 /** All endpoints of this interface, only null during creation */
127 * @return the number of endpoints
146 public void setEndpoints(Parcelable[] endpoints) { argument
147 mEndpoints = Preconditions.checkArrayElementsNotNull(endpoints, "endpoints");
174 Parcelable[] endpoints = in.readParcelableArray(UsbEndpoint.class.getClassLoader());
176 intf.setEndpoints(endpoints);

Completed in 122 milliseconds