Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c42 #define STATE_INIT 0 // nothing gotten yet macro
118 if (curState != state->curState || curState == STATE_INIT) { in appSecSetCurState()
153 appSecSetCurState(state, STATE_INIT); in appSecInit()
440 if (appSecGetCurState(state) == STATE_INIT) in appSecRxData()