Searched refs:endpoints (Results 1 – 7 of 7) 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()
258 public void onAvailableCallEndpointsChanged(String callId, List<CallEndpoint> endpoints) {259 handleEventCallback(callId, ON_AVAILABLE_CALL_ENDPOINTS, endpoints);
244 uint16_t *endpoints = reinterpret_cast<uint16_t*>(st + 1); in handleControlRequest() local245 endpoints[0] = ioctl(mBulkIn, FUNCTIONFS_ENDPOINT_REVMAP); in handleControlRequest()246 endpoints[1] = ioctl(mBulkOut, FUNCTIONFS_ENDPOINT_REVMAP); in handleControlRequest()
144 // endpoints, i.e. a completely different behavior.163 repeated UsbEndPointProto endpoints = 7; field
108 Provides the call initiation/termination, and media exchange between two IMS endpoints.
99 // Array storing endpoints of range buckets.