Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dseos.h79 #define FL_APP_HDR_INTERNAL 0x0001 // to be able to fork behavior at run time for internal a… macro
279 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION, \
/device/google/contexthub/firmware/src/
Dseos.c642 !(app->hdr.fwFlags & FL_APP_HDR_INTERNAL); in osExtAppIsValid()
649 (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) != 0; in osIntAppIsValid()
666 bool done = (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) ? in osLoadApp()
908 if (!(app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) { in osStartTasks()
DappSec.c320 common.fwFlags = (common.fwFlags | FL_APP_HDR_APPLICATION) & ~FL_APP_HDR_INTERNAL; in appSecProcessIncomingHdr()