Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/contexthub/firmware/os/platform/native/inc/plat/
Dplat.h33 static uint8_t appHdr[4] = {0xff, 0xff, 0xff, 0xff}; in platGetSharedAreaInfo() local
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c134 bool cpuInternalAppLoad(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo) in cpuInternalAppLoad()
/aosp_15_r20/system/chre/chpp/test/
H A Dpacket_util.cpp312 auto &appHdr = reinterpret_cast<const ChppAppHeader &>(*pkt.payload); in dumpPacket() local