Home
last modified time | relevance | path

Searched refs:FL_APP_HDR_CHRE (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dseos.h88 #define FL_APP_HDR_CHRE 0x0010 // app is CHRE API compatible macro
334 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION | FL_APP_HDR_CHRE, \
Dseos_priv.h126 return task->app && (task->app->hdr.fwFlags & FL_APP_HDR_CHRE) != 0; in osTaskIsChre()
/device/google/contexthub/firmware/os/core/
DappSec.c317 if (image->layout.flags & FL_APP_HDR_CHRE) { in appSecProcessIncomingHdr()
DnanohubCommand.c1552 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) in processAppTags()
1560 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) in processAppTags()
Dseos.c806 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) { in matchAutoStart()