Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h227 static inline uint32_t osAppSegmentGetState(const struct AppHdr *app) in osAppSegmentGetState() function
/device/google/contexthub/firmware/src/
Dseos.c641 osAppSegmentGetState(app) == SEG_ST_VALID && in osExtAppIsValid()
648 osAppSegmentGetState(app) == SEG_STATE_INVALID && in osIntAppIsValid()
DnanohubCommand.c435 segState = osAppSegmentGetState(app); in firmwareFinish()