Home
last modified time | relevance | path

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

/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java171 UsbEndpoint bulkOut = null; in ReaderThread() local
179 if (bulkOut == null) { in ReaderThread()
180 bulkOut = ep; in ReaderThread()
184 if (bulkIn == null || bulkOut == null) { in ReaderThread()
227 UsbEndpoint bulkOut = null; in BaseWriterThread() local
235 if (bulkOut == null) { in BaseWriterThread()
236 bulkOut = ep; in BaseWriterThread()
240 if (bulkIn == null || bulkOut == null) { in BaseWriterThread()
243 mBulkOut = bulkOut; in BaseWriterThread()