Searched defs:endpoint (Results 1 - 4 of 4) sorted by relevance

/system/core/include/usbhost/
H A Dusbhost.h50 int endpoint; member in struct:usb_request
179 /* Sends a control message to the specified device on endpoint zero */
189 /* Reads or writes on a bulk endpoint.
193 int endpoint,
/system/core/fastboot/
H A Dusb_osx.c77 UInt8 endpoint; local
184 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
191 kr = (*interface)->GetPipeProperties(interface, endpoint,
202 handle->bulkIn = endpoint;
205 handle->bulkOut = endpoint;
479 ERR("bulkIn endpoint not assigned\n");
512 ERR("bulkOut endpoint not assigned\n");
/system/core/adb/
H A Dusb_osx.c301 UInt8 endpoint; local
337 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
344 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
352 handle->bulkIn = endpoint;
355 handle->bulkOut = endpoint;
460 DBG("ERR: bulkOut endpoint not assigned\n");
503 DBG("ERR: bulkIn endpoint not assigned\n");
/system/core/libusbhost/
H A Dusbhost.c476 int endpoint,
488 ctrl.ep = endpoint;
507 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
511 urb->endpoint = ep_desc->bEndpointAddress;
522 req->endpoint = urb->endpoint;
475 usb_device_bulk_transfer(struct usb_device *device, int endpoint, void* buffer, int length, unsigned int timeout) argument

Completed in 792 milliseconds