HomeSort by relevance Sort by last modified time
    Searched full:endpointout (Results 1 - 1 of 1) sorted by null

  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltUsbConnection.java 40 private UsbEndpoint endpointOut = null;
84 endpointOut = null;
108 endpointOut = iface.getEndpoint(epOutIdx);
115 return super.isConnected() && (endpointIn != null) && (endpointOut != null);
125 usbConnection.bulkTransfer(endpointOut, Utils.char2byte(c), 1, 100);
142 int ep_out = endpointOut.getAddress();

Completed in 213 milliseconds