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

  /device/google/contexthub/firmware/os/inc/
seos_priv.h 126 return task->app && (task->app->hdr.fwFlags & FL_APP_HDR_CHRE) != 0;
seos.h 88 #define FL_APP_HDR_CHRE 0x0010 // app is CHRE API compatible
334 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION | FL_APP_HDR_CHRE, \
  /device/google/contexthub/firmware/os/core/
appSec.c 317 if (image->layout.flags & FL_APP_HDR_CHRE) {
nanohubCommand.c     [all...]
seos.c 806 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) {
    [all...]

Completed in 261 milliseconds