HomeSort by relevance Sort by last modified time
    Searched defs:ep_in (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
usb_linux.cpp 86 unsigned char ep_in; member in struct:usb_handle
365 usb->ep_in = in;
427 if (handle_->ep_in == 0 || handle_->desc == -1) {
434 bulk.ep = handle_->ep_in;
  /system/core/adb/
usb_linux.cpp 61 unsigned char ep_in; member in struct:usb_handle
342 urb->endpoint = h->ep_in;
502 unsigned char ep_in, unsigned char ep_out,
521 D("[ usb located new device %s (%d/%d/%d) ]", dev_name, ep_in, ep_out, interface);
524 usb->ep_in = ep_in;

Completed in 303 milliseconds