Searched refs:mSecondaryLogBuffer (Results 1 – 2 of 2) sorted by relevance
74 if (mSecondaryLogBuffer.getBufferSize() == 0) { in startSendLogsToHostLoop()77 mPrimaryLogBuffer.transferTo(mSecondaryLogBuffer); in startSendLogsToHostLoop()86 if (mSecondaryLogBuffer.getBufferSize() > 0) { in startSendLogsToHostLoop()87 mNumLogsDroppedTotal += mSecondaryLogBuffer.getNumLogsDropped(); in startSendLogsToHostLoop()89 hostCommsMgr.sendLogMessageV2(mSecondaryLogBuffer.getBufferData(), in startSendLogsToHostLoop()90 mSecondaryLogBuffer.getBufferSize(), in startSendLogsToHostLoop()125 mPrimaryLogBuffer.transferTo(mSecondaryLogBuffer); in logVa()147 mSecondaryLogBuffer.reset(); in onLogsSentToHostLocked()
56 mSecondaryLogBuffer(nullptr /* callback */, secondaryBufferData, in LogBufferManager()123 LogBuffer mSecondaryLogBuffer; variable