Home
last modified time | relevance | path

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

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbDevice.java55 UsbEndpoint epIn = null; in AdbDevice() local
63 epIn = ep; in AdbDevice()
67 if (epOut == null || epIn == null) { in AdbDevice()
71 mEndpointIn = epIn; in AdbDevice()