Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c48 #define HOSTINTF_MAX_ERR_MSG 8 macro
176 static struct hostIntfIntErrMsg mIntErrMsg[HOSTINTF_MAX_ERR_MSG];
224 if (atomicRead32bits(&mIntErrMsgCnt) == HOSTINTF_MAX_ERR_MSG) in hostIntfDeferErrLog()
232 mIntErrMsgIdx = (mIntErrMsgIdx + 1) % HOSTINTF_MAX_ERR_MSG; in hostIntfDeferErrLog()