Searched refs:endpoints (Results 1 – 6 of 6) 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);
106 UsbEndpoint[] endpoints = new UsbEndpoint[mEndpointDescriptors.size()]; in toAndroid() local108 endpoints[index] = mEndpointDescriptors.get(index).toAndroid(parser); in toAndroid()110 ntrface.setEndpoints(endpoints); in toAndroid()
243 uint16_t *endpoints = reinterpret_cast<uint16_t*>(st + 1); in handleControlRequest() local244 endpoints[0] = ioctl(mBulkIn, FUNCTIONFS_ENDPOINT_REVMAP); in handleControlRequest()245 endpoints[1] = ioctl(mBulkOut, FUNCTIONFS_ENDPOINT_REVMAP); in handleControlRequest()
140 // endpoints, i.e. a completely different behavior.159 repeated UsbEndPointProto endpoints = 7; field
108 Provides the call initiation/termination, and media exchange between two IMS endpoints.
96 // Array storing endpoints of range buckets.