Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dseos.c533 app = osSegmentGetData(storageSeg); in osAppSegmentCreate()
742 app = osSegmentGetData(seg); in osExtAppFind()
767 app = osSegmentGetData(it.seg); in osExtAppStopEraseApps()
842 app = osSegmentGetData(it.seg); in osExtAppStartApps()
855 app = osSegmentGetData(checkIt.seg); in osExtAppStartApps()
/device/google/contexthub/firmware/inc/
Dseos.h191 static inline struct AppHdr *osSegmentGetData(const struct Segment *seg) in osSegmentGetData() function