Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 7 of 7) sorted by relevance

/system/core/fastboot/
Dusb_osx.c77 UInt8 endpoint; in try_interfaces() local
184 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { in try_interfaces()
191 kr = (*interface)->GetPipeProperties(interface, endpoint, in try_interfaces()
202 handle->bulkIn = endpoint; in try_interfaces()
205 handle->bulkOut = endpoint; in try_interfaces()
/system/core/adb/
Dusb_osx.cpp306 UInt8 endpoint; in CheckInterface() local
343 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { in CheckInterface()
350 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction, in CheckInterface()
358 handle->bulkIn = endpoint; in CheckInterface()
361 handle->bulkOut = endpoint; in CheckInterface()
Dusb_linux.cpp326 urb->endpoint = h->ep_out; in usb_bulk_write()
379 urb->endpoint = h->ep_in; in usb_bulk_read()
DSERVICES.TXT144 <local> is the host-specific endpoint (e.g. tcp:9000).
145 <remote> is the device-specific endpoint.
Dprotocol.txt224 endpoint at any given time. The protocol remains unchanged, but the
/system/core/include/usbhost/
Dusbhost.h50 int endpoint; member
217 int endpoint,
/system/core/libusbhost/
Dusbhost.c601 int endpoint, in usb_device_bulk_transfer() argument
613 ctrl.ep = endpoint; in usb_device_bulk_transfer()
636 urb->endpoint = ep_desc->bEndpointAddress; in usb_request_new()
647 req->endpoint = urb->endpoint; in usb_request_new()