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

  /device/google/contexthub/firmware/os/inc/
seos.h 84 #define FL_APP_HDR_INTERNAL 0x0001 // to be able to fork behavior at run time for internal apps
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/
seos.c 698 !(app->hdr.fwFlags & FL_APP_HDR_INTERNAL);
705 (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) != 0;
722 bool done = (app->hdr.fwFlags & FL_APP_HDR_INTERNAL) ?
753 if (!(task->app->hdr.fwFlags & FL_APP_HDR_INTERNAL))
1017 if (!(app->hdr.fwFlags & FL_APP_HDR_INTERNAL)) {
    [all...]
appSec.c 331 common.fwFlags = (common.fwFlags | FL_APP_HDR_APPLICATION) & ~FL_APP_HDR_INTERNAL;

Completed in 420 milliseconds