Lines Matching refs:logLen
58 auto logLen = static_cast<uint8_t>(size); in handleBtLog() local
69 discardExcessOldLogsLocked(logLen + kBtSnoopLogOffset); in handleBtLog()
78 copyVarToBuffer(&logLen); in handleBtLog()
80 copyToBuffer(logLen, buffer); in handleBtLog()
88 logLen = static_cast<uint8_t>(sizeof(kBtSnoopLogGenericErrorMsg)); in handleBtLog()
90 kBtSnoopLogGenericErrorMsg, logLen, LogType::BLUETOOTH); in handleBtLog()
290 auto logLen = static_cast<uint8_t>(logSize); in processLog() local
299 logLen = static_cast<uint8_t>(kLogMaxSize - 1); in processLog()
310 logLen = static_cast<uint8_t>(sizeof(kTokenizedLogGenericErrorMsg)); in processLog()
314 copyLogToBuffer(logLevel, timestampMs, logBuffer, logLen, type, instanceId); in processLog()
319 const void *logBuffer, uint8_t logLen, in copyLogToBuffer() argument
323 discardExcessOldLogsLocked(logLen + kNanoappTokenizedLogOffset); in copyLogToBuffer()
327 discardExcessOldLogsLocked(logLen + 1); in copyLogToBuffer()
329 encodeAndCopyLogLocked(level, timestampMs, logBuffer, logLen, type, in copyLogToBuffer()
345 const void *logBuffer, uint8_t logLen, in encodeAndCopyLogLocked() argument
354 copyVarToBuffer(&logLen); in encodeAndCopyLogLocked()
356 copyVarToBuffer(&logLen); in encodeAndCopyLogLocked()
358 copyToBuffer(logLen, logBuffer); in encodeAndCopyLogLocked()