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
192 /* Sends a control message to the specified device on endpoint zero */
202 /* Reads or writes on a bulk endpoint.
206 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;
488 ERR("bulkIn endpoint not assigned\n");
521 ERR("bulkOut endpoint not assigned\n");
/system/core/adb/
H A Dusb_osx.c309 UInt8 endpoint; local
345 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
352 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
360 handle->bulkIn = endpoint;
363 handle->bulkOut = endpoint;
468 DBG("ERR: bulkOut endpoint not assigned\n");
511 DBG("ERR: bulkIn endpoint not assigned\n");
/system/core/libusbhost/
H A Dusbhost.c586 int endpoint,
598 ctrl.ep = endpoint;
617 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
621 urb->endpoint = ep_desc->bEndpointAddress;
632 req->endpoint = urb->endpoint;
585 usb_device_bulk_transfer(struct usb_device *device, int endpoint, void* buffer, int length, unsigned int timeout) argument

Completed in 165 milliseconds