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 186 struct Segment *osGetSegment(const struct AppHdr *app);
237 return osSegmentGetState(osGetSegment(app));
  /device/google/contexthub/firmware/os/core/
seos.c 453 struct Segment *seg = osGetSegment(app);
494 struct Segment *osGetSegment(const struct AppHdr *app)
567 struct Segment *storageSeg = osGetSegment(app);
611 struct Segment *seg = osGetSegment(app);
    [all...]
nanohubCommand.c 323 struct Segment *seg = osGetSegment(app);
424 storageSeg = osGetSegment(app);
    [all...]

Completed in 428 milliseconds