Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c104 #ifndef EARLY_LOG_BUF_SIZE
105 #define EARLY_LOG_BUF_SIZE 1024 macro
134 } else if (mEarlyLogBufferOffset < EARLY_LOG_BUF_SIZE - HOSTINTF_HEADER_SIZE) { in platLogAllocUserData()
203 if (!mLateBoot && mEarlyLogBufferOffset >= EARLY_LOG_BUF_SIZE && buffer->length < maxSize) in platLogPutcharF()
293 mEarlyLogBuffer = heapAlloc(EARLY_LOG_BUF_SIZE); in platInitialize()