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

  /external/walt/android/WALT/app/src/main/jni/
sync_clock_linux.c 48 int ep_in = 0x84; local
60 clk.endpoint_in = ep_in;
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltUsbConnection.java 143 int ep_in = endpointIn.getAddress(); local
145 remoteClock.baseTime = syncClock(fd, ep_out, ep_in);
  /system/core/adb/client/
usb_linux.cpp 65 unsigned char ep_in; member in struct:native::usb_handle
348 urb->endpoint = h->ep_in;
507 static void register_device(const char* dev_name, const char* dev_path, unsigned char ep_in,
526 D("[ usb located new device %s (%d/%d/%d) ]", dev_name, ep_in, ep_out, interface);
529 usb->ep_in = ep_in;
  /frameworks/av/media/mtp/
MtpDevice.h 83 const struct usb_endpoint_descriptor *ep_in,
MtpDevice.cpp 220 const struct usb_endpoint_descriptor *ep_in,
239 mRequestIn1 = usb_request_new(device, ep_in);
240 mRequestIn2 = usb_request_new(device, ep_in);
  /system/core/fastboot/
usb_linux.cpp 90 unsigned char ep_in; member in struct:usb_handle
368 usb->ep_in = in;
429 if (handle_->ep_in == 0 || handle_->desc == -1) {
436 bulk.ep = handle_->ep_in;

Completed in 2739 milliseconds