Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c43 #define STATE_INIT 0 // nothing gotten yet macro
119 if (curState != state->curState || curState == STATE_INIT) { in appSecSetCurState()
154 appSecSetCurState(state, STATE_INIT); in appSecInit()
441 if (appSecGetCurState(state) == STATE_INIT) in appSecRxData()