Searched refs:bulkOut (Results 1 – 1 of 1) sorted by relevance
171 UsbEndpoint bulkOut = null; in ReaderThread() local179 if (bulkOut == null) { in ReaderThread()180 bulkOut = ep; in ReaderThread()184 if (bulkIn == null || bulkOut == null) { in ReaderThread()227 UsbEndpoint bulkOut = null; in BaseWriterThread() local235 if (bulkOut == null) { in BaseWriterThread()236 bulkOut = ep; in BaseWriterThread()240 if (bulkIn == null || bulkOut == null) { in BaseWriterThread()243 mBulkOut = bulkOut; in BaseWriterThread()