Searched refs:endpoints (Results 1 – 5 of 5) sorted by relevance
146 public void setEndpoints(Parcelable[] endpoints) { in setEndpoints() argument147 mEndpoints = Preconditions.checkArrayElementsNotNull(endpoints, "endpoints"); in setEndpoints()174 Parcelable[] endpoints = in.readParcelableArray(UsbEndpoint.class.getClassLoader());176 intf.setEndpoints(endpoints);
131 UsbEndpoint[] endpoints = new UsbEndpoint[mEndpointDescriptors.size()]; in toAndroid() local133 endpoints[index] = mEndpointDescriptors.get(index).toAndroid(parser); in toAndroid()135 ntrface.setEndpoints(endpoints); in toAndroid()
256 public void onAvailableCallEndpointsChanged(String callId, List<CallEndpoint> endpoints) {257 handleEventCallback(callId, ON_AVAILABLE_CALL_ENDPOINTS, endpoints);
144 // endpoints, i.e. a completely different behavior.163 repeated UsbEndPointProto endpoints = 7; field
13 * Two bulk endpoints (in, out) are required