HomeSort by relevance Sort by last modified time
    Searched defs:ep_in (Results 1 - 4 of 4) 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/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;
  /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;

Completed in 313 milliseconds