Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c522 while (osSegmentIteratorNext(&it)) { in osSegmentGetFree()
580 while (osSegmentIteratorNext(&it)) { in osAppSegmentCreate()
841 while (osSegmentIteratorNext(it)) { in osExtAppFind()
910 while (osSegmentIteratorNext(&it)) { in osScanExternal()
DnanohubCommand.c1609 while (osSegmentIteratorNext(&it)) { in halAppInfo()
/device/google/contexthub/firmware/os/inc/
Dseos.h275 static inline bool osSegmentIteratorNext(struct SegmentIterator *it) in osSegmentIteratorNext() function