Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h181 static inline int32_t osSegmentGetSize(const struct Segment *seg) in osSegmentGetSize() function
224 return osSegmentSizeGetNext(seg, osSegmentGetSize(seg)); in osSegmentGetNext()
/device/google/contexthub/firmware/src/
Dseos.c596 int32_t size = osSegmentGetSize(seg); in osAppWipeData()
768 len = osSegmentGetSize(it.seg); in osExtAppStopEraseApps()
843 len = osSegmentGetSize(it.seg); in osExtAppStartApps()
DnanohubCommand.c316 uint32_t segSize = osSegmentGetSize(seg); in deferredUpdateOs()