Searched refs:bufferOverflowGuard (Results 1 – 2 of 2) sorted by relevance
131 void LogBufferManager::bufferOverflowGuard(size_t logSize, LogType type) { in bufferOverflowGuard() function in chre::LogBufferManager166 bufferOverflowGuard(logSize, LogType::STRING); in logVa()174 bufferOverflowGuard(size, LogType::BLUETOOTH); in logBtSnoop()186 bufferOverflowGuard(encodedLogSize, LogType::TOKENIZED); in logEncoded()195 bufferOverflowGuard(msgSize, LogType::NANOAPP_TOKENIZED); in logNanoappTokenized()
158 void bufferOverflowGuard(size_t logSize, LogType type);