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

  /device/google/contexthub/firmware/os/inc/
seos.h 188 bool osAppSegmentClose(struct AppHdr *app, uint32_t segSize, uint32_t segState);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 286 osAppSegmentClose(mDownloadState->start, mDownloadState->dstOffset, SEG_ST_ERASED);
454 if (!osAppSegmentClose(app, mDownloadState->dstOffset, segState)) {
    [all...]
seos.c 595 bool osAppSegmentClose(struct AppHdr *app, uint32_t segDataSize, uint32_t segState)
    [all...]

Completed in 184 milliseconds