Searched refs:maxLenToSend (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.cpp542 const int maxLenToSend = 1048576; // 1 MiB local
546 int lenToSend = lenRemaining > maxLenToSend
547 ? maxLenToSend : lenRemaining;

Completed in 58 milliseconds