Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h84 #define FL_APP_HDR_INTERNAL 0x0001 // to be able to fork behavior at run time for internal a… macro
318 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION, \
334 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION | FL_APP_HDR_CHRE, \
/device/google/contexthub/firmware/os/core/
Dseos.c698 !(app->hdr.fwFlags & FL_APP_HDR_INTERNAL); in osExtAppIsValid()
705 (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) != 0; in osIntAppIsValid()
722 bool done = (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) ? in osLoadApp()
753 if (!(task->app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) in osStartApp()
1017 if (!(app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) { in osStartTasks()
1471 if (!(app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) { in osExtAppInfoByIndex()
DappSec.c331 common.fwFlags = (common.fwFlags | FL_APP_HDR_APPLICATION) & ~FL_APP_HDR_INTERNAL; in appSecProcessIncomingHdr()