Home
last modified time | relevance | path

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

/system/logging/logd/
DReplayMessages.cpp86 char binaryMsgBuf[1024]; in PrintMessage() local
87 err = android_log_processBinaryLogBuffer(&buf->entry, &entry, nullptr, binaryMsgBuf, in PrintMessage()
88 sizeof(binaryMsgBuf)); in PrintMessage()
/system/logging/logcat/
Dlogcat.cpp193 char binaryMsgBuf[1024]; in ProcessBuffer() local
204 binaryMsgBuf, sizeof(binaryMsgBuf)); in ProcessBuffer()