Searched refs:ep (Results 1 – 2 of 2) sorted by relevance
58 UsbEndpoint ep = intf.getEndpoint(i); in AdbDevice() local59 if (ep.getType() == UsbConstants.USB_ENDPOINT_XFER_BULK) { in AdbDevice()60 if (ep.getDirection() == UsbConstants.USB_DIR_OUT) { in AdbDevice()61 epOut = ep; in AdbDevice()63 epIn = ep; in AdbDevice()
127 UsbEndpoint ep = intf.getEndpoint(0); in setDevice() local128 if (ep.getType() != UsbConstants.USB_ENDPOINT_XFER_INT) { in setDevice()133 mEndpointIntr = ep; in setDevice()