Home
last modified time | relevance | path

Searched refs:fwFlags (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/core/
DappSec.c310 .fwFlags = image->layout.flags, in appSecProcessIncomingHdr()
319 common.fwFlags = (common.fwFlags | FL_APP_HDR_APPLICATION) & ~FL_APP_HDR_INTERNAL; in appSecProcessIncomingHdr()
324 common.fwFlags |= FL_APP_HDR_SECURE; in appSecProcessIncomingHdr()
Dseos.c648 (app->hdr.fwFlags & FL_APP_HDR_APPLICATION) != 0 && in osAppIsValid()
658 !(app->hdr.fwFlags & FL_APP_HDR_INTERNAL); in osExtAppIsValid()
665 (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) != 0; in osIntAppIsValid()
682 bool done = (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) ? in osLoadApp()
713 if (!(task->app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) in osStartApp()
943 if (!(app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) { in osStartTasks()
947 app, app->hdr.fwFlags, app->hdr.appId); in osStartTasks()
DnanohubCommand.c350 if ((app->hdr.fwFlags & FL_KEY_HDR_DELETE) != 0) { in updateKey()
474 if (ret != NANOHUB_FIRMWARE_UPLOAD_SUCCESS || (app->hdr.fwFlags & FL_APP_HDR_VOLATILE)) { in firmwareFinish()
475 if ((app->hdr.fwFlags & FL_APP_HDR_SECURE)) in firmwareFinish()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h122 return (task->app->hdr.fwFlags & FL_APP_HDR_CHRE) != 0; in osTaskIsChre()
Dseos.h288 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION, \
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h82 …uint16_t fwFlags; // external & internal: class : EXTERNAL/INTERNAL, EXEC/NOEXEC, APP/KERNEL… member