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

  /device/google/contexthub/firmware/os/core/
bl.c 355 if (hdr->marker == OS_UPDT_MARKER_INPROGRESS)
399 cpy.marker = OS_UPDT_MARKER_INPROGRESS;
613 if (i != sizeof(hdr->magic) || hdr->marker != OS_UPDT_MARKER_INPROGRESS)
661 blUpdateMark(OS_UPDT_MARKER_INPROGRESS, OS_UPDT_MARKER_DOWNLOADED);
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 208 #define OS_UPDT_MARKER_INPROGRESS 0xFF
217 uint8_t marker; //OS_UPDT_MARKER_INPROGRESS -> OS_UPDT_MARKER_DOWNLOADED -> OS_UPDT_MARKER_VERIFIED / OS_UPDT_INVALID
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 607 .marker = OS_UPDT_MARKER_INPROGRESS,
postprocess_elf.c     [all...]

Completed in 564 milliseconds