Home
last modified time | relevance | path

Searched refs:halBufChars (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/effect/all-versions/default/util/
DEffectUtils.cpp165 const size_t halBufChars = N - 1; // Reserve one character for terminating NUL. in charBufferToHal() local
168 if (strSize > halBufChars) { in charBufferToHal()
169 ALOGE("%s is too long: %zu (%zu max)", fieldName, strSize, halBufChars); in charBufferToHal()
170 strSize = halBufChars; in charBufferToHal()