Searched refs:maxLen (Results 1 – 2 of 2) sorted by relevance
37 static const int maxLen = 64; // max number of bytes to read variable119 string resp = m_uart.readStr(maxLen); in sendCommand()
402 readStringFromParcelInplace(Parcel &p, char *str, size_t maxLen) { in readStringFromParcelInplace() argument411 if ((strLen + 1) > maxLen) { in readStringFromParcelInplace()