Searched refs:kDumpBytesPerLine (Results 1 – 1 of 1) sorted by relevance
213 private static final int kDumpBytesPerLine = 16; field in UsbHostManager.ConnectionRecord221 for (int line = 0; line < length / kDumpBytesPerLine; line++) { in dumpRaw()223 for (int offset = 0; offset < kDumpBytesPerLine; offset++) { in dumpRaw()