Searched refs:mPrimaryLogBuffer (Results 1 – 2 of 2) sorted by relevance
94 mPrimaryLogBuffer.transferTo(mSecondaryLogBuffer); in startSendLogsToHostLoop()100 if (mPrimaryLogBuffer.getBufferSize() > 0) { in startSendLogsToHostLoop()149 if (mPrimaryLogBuffer.logWouldCauseOverflow(logSize)) { in bufferOverflowGuard()153 mPrimaryLogBuffer.transferTo(mSecondaryLogBuffer); in bufferOverflowGuard()167 mPrimaryLogBuffer.handleLogVa(chreToLogBufferLogLevel(logLevel), in logVa()175 mPrimaryLogBuffer.handleBtLog(direction, getTimestampMs(), buffer, size); in logBtSnoop()187 mPrimaryLogBuffer.handleEncodedLog(chreToLogBufferLogLevel(logLevel), in logEncoded()196 mPrimaryLogBuffer.handleNanoappTokenizedLog(chreToLogBufferLogLevel(logLevel), in logNanoappTokenized()
59 : mPrimaryLogBuffer(this, primaryBufferData, bufferSize), in LogBufferManager()160 LogBuffer mPrimaryLogBuffer; variable