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;
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.c527 int endpoint,
539 ctrl.ep = endpoint;
558 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
562 urb->endpoint = ep_desc->bEndpointAddress;
573 req->endpoint = urb->endpoint;
526 usb_device_bulk_transfer(struct usb_device *device, int endpoint, void* buffer, int length, unsigned int timeout) argument

Completed in 83 milliseconds