Searched refs:bulkIn (Results 1 – 1 of 1) sorted by relevance
170 UsbEndpoint bulkIn = null; in ReaderThread() local175 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() local231 if (bulkIn == null) { in BaseWriterThread()232 bulkIn = ep; in BaseWriterThread()240 if (bulkIn == null || bulkOut == null) { in BaseWriterThread()