Searched refs:WriterAsyncThread (Results 1 – 1 of 1) sorted by relevance
153 WriterAsyncThread writerAsync = new WriterAsyncThread(mDevice, mUsbConnection, bufferSize); in runAsyncTest()341 private class WriterAsyncThread extends BaseWriterThread { class in SpeedMeasurementController342 private WriterAsyncThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in WriterAsyncThread() method in SpeedMeasurementController.WriterAsyncThread