Searched refs:FL_APP_HDR_CHRE (Results 1 – 5 of 5) sorted by relevance
88 #define FL_APP_HDR_CHRE 0x0010 // app is CHRE API compatible macro334 .hdr.fwFlags = FL_APP_HDR_INTERNAL | FL_APP_HDR_APPLICATION | FL_APP_HDR_CHRE, \
126 return task->app && (task->app->hdr.fwFlags & FL_APP_HDR_CHRE) != 0; in osTaskIsChre()
317 if (image->layout.flags & FL_APP_HDR_CHRE) { in appSecProcessIncomingHdr()
1552 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) in processAppTags()1560 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) in processAppTags()
806 if (app->hdr.fwFlags & FL_APP_HDR_CHRE) { in matchAutoStart()