Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c589 app = osSegmentGetData(storageSeg); in osAppSegmentCreate()
849 app = osSegmentGetData(seg); in osExtAppFind()
871 app = osSegmentGetData(it.seg); in osExtAppStopEraseApps()
946 app = osSegmentGetData(it.seg); in osExtAppStartApps()
959 app = osSegmentGetData(checkIt.seg); in osExtAppStartApps()
DnanohubCommand.c1618 if (le32toh(req->addr) <= (uint32_t)osSegmentGetData(it.seg)) { in halAppInfo()
1619 …ret = processAppTags(osSegmentGetData(it.seg), osSegmentGetCrc(it.seg), osSegmentGetSize(it.seg), … in halAppInfo()
/device/google/contexthub/firmware/os/inc/
Dseos.h206 static inline struct AppHdr *osSegmentGetData(const struct Segment *seg) in osSegmentGetData() function