Home
last modified time | relevance | path

Searched refs:epOut (Results 1 – 1 of 1) sorted by relevance

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbDevice.java54 UsbEndpoint epOut = null; in AdbDevice() local
61 epOut = ep; in AdbDevice()
67 if (epOut == null || epIn == null) { in AdbDevice()
70 mEndpointOut = epOut; in AdbDevice()