HomeSort by relevance Sort by last modified time
    Searched refs:osGetSegment (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos.h 194 struct Segment *osGetSegment(const struct AppHdr *app);
246 return osSegmentGetState(osGetSegment(app));
251 return osSegmentGetCrc(osGetSegment(app));
256 struct Segment *seg = osGetSegment(app);
  /device/google/contexthub/firmware/os/core/
seos.c 475 struct Segment *seg = osGetSegment(app);
534 struct Segment *osGetSegment(const struct AppHdr *app)
607 struct Segment *storageSeg = osGetSegment(app);
651 struct Segment *seg = osGetSegment(app);
    [all...]
nanohubCommand.c 335 struct Segment *seg = osGetSegment(app);
436 storageSeg = osGetSegment(app);
    [all...]

Completed in 608 milliseconds