Home
last modified time | relevance | path

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

/system/logging/logd/
DTrustyLog.cpp26 #define TRUSTY_LINE_BUFFER_SIZE 256 macro
50 char linebuffer[TRUSTY_LINE_BUFFER_SIZE + sizeof(trustyprefix) + 1]; in LogMsg()
54 if (sublen > TRUSTY_LINE_BUFFER_SIZE) { in LogMsg()
55 sublen = TRUSTY_LINE_BUFFER_SIZE; in LogMsg()
101 } else if (len >= TRUSTY_LINE_BUFFER_SIZE) { in onDataAvailable()
103 LogMsg(linestart, TRUSTY_LINE_BUFFER_SIZE); in onDataAvailable()
104 linestart += TRUSTY_LINE_BUFFER_SIZE; in onDataAvailable()
105 len -= TRUSTY_LINE_BUFFER_SIZE; in onDataAvailable()