Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h175 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState);
/device/google/contexthub/firmware/src/
Dseos.c436 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState) in osAppSegmentSetState() function
534 osAppSegmentSetState(app, SEG_ST_RESERVED); in osAppSegmentCreate()
654 return osAppSegmentSetState(app, SEG_ST_ERASED); in osExtAppErase()
DnanohubCommand.c466 osAppSegmentSetState(app, SEG_ST_ERASED); in firmwareFinish()