Home
last modified time | relevance | path

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

/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java170 UsbEndpoint bulkIn = null; in ReaderThread() local
175 if (bulkIn == null) { in ReaderThread()
176 bulkIn = ep; in ReaderThread()
184 if (bulkIn == null || bulkOut == null) { in ReaderThread()
187 mBulkIn = bulkIn; in ReaderThread()
226 UsbEndpoint bulkIn = null; in BaseWriterThread() local
231 if (bulkIn == null) { in BaseWriterThread()
232 bulkIn = ep; in BaseWriterThread()
240 if (bulkIn == null || bulkOut == null) { in BaseWriterThread()