Searched refs:halBufChars (Results 1 – 1 of 1) sorted by relevance
165 const size_t halBufChars = N - 1; // Reserve one character for terminating NUL. in charBufferToHal() local168 if (strSize > halBufChars) { in charBufferToHal()169 ALOGE("%s is too long: %zu (%zu max)", fieldName, strSize, halBufChars); in charBufferToHal()170 strSize = halBufChars; in charBufferToHal()