Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h189 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState);
/device/google/contexthub/firmware/os/core/
Dseos.c472 bool osAppSegmentSetState(const struct AppHdr *app, uint32_t segState) in osAppSegmentSetState() function
590 osAppSegmentSetState(app, SEG_ST_RESERVED); in osAppSegmentCreate()
710 return osAppSegmentSetState(app, SEG_ST_ERASED); in osExtAppErase()
DnanohubCommand.c492 osAppSegmentSetState(app, SEG_ST_ERASED); in firmwareFinish()