Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/inc/
Dseos.h186 static inline int32_t osSegmentGetSize(const struct Segment *seg) in osSegmentGetSize()
191 static inline uint32_t osSegmentGetState(const struct Segment *seg) in osSegmentGetState()
196 static inline struct AppHdr *osSegmentGetData(const struct Segment *seg) in osSegmentGetData()
218 static inline const struct Segment *osSegmentSizeGetNext(const struct Segment *seg, uint32_t size) in osSegmentSizeGetNext()
227 static inline const struct Segment *osSegmentGetNext(const struct Segment *seg) in osSegmentGetNext()
240 const struct Segment *seg; member
247 const struct Segment *seg = it->shared; in osSegmentIteratorNext() local
/device/google/contexthub/firmware/src/
Dseos.c445 struct Segment *seg = osGetSegment(app); in osAppSegmentSetState() local
460 bool osSegmentSetSize(struct Segment *seg, uint32_t size) in osSegmentSetSize()
549 struct Segment seg; in osAppSegmentClose() local
603 struct Segment *seg = osGetSegment(app); in osAppWipeData() local
747 const struct Segment *seg; in osExtAppFind() local
DnanohubCommand.c314 struct Segment *seg = osGetSegment(app); in deferredUpdateOs() local
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c366 const char *seg; in handleApp() local