Home
last modified time | relevance | path

Searched defs:appHdr (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/platform/native/inc/plat/
Dplat.h33 static uint8_t appHdr[4] = {0xff, 0xff, 0xff, 0xff}; in platGetSharedAreaInfo() local
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c134 bool cpuInternalAppLoad(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo) in cpuInternalAppLoad()