Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h33 #define NANOAPP_FW_MAGIC (((uint32_t)'N' << 0) | ((uint32_t)'B' << 8) | ((uint32_t)'I' << 16) | (… macro
/device/google/contexthub/firmware/inc/
Dseos.h76 #define APP_HDR_MAGIC NANOAPP_FW_MAGIC
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c118 if (bin->hdr.magic != NANOAPP_FW_MAGIC) { in handleApp()
121 bin->hdr.magic, NANOAPP_FW_MAGIC); in handleApp()