Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h244 static inline uint32_t osAppSegmentGetState(const struct AppHdr *app) in osAppSegmentGetState() function
/device/google/contexthub/firmware/os/core/
Dseos.c696 osAppSegmentGetState(app) == SEG_ST_VALID && in osExtAppIsValid()
704 osAppSegmentGetState(app) == SEG_STATE_INVALID && in osIntAppIsValid()
DnanohubCommand.c459 segState = osAppSegmentGetState(app); in firmwareFinish()