Home
last modified time | relevance | path

Searched refs:cpuInternalAppLoad (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dcpu.h38 bool cpuInternalAppLoad(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo);
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c134 bool cpuInternalAppLoad(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo) in cpuInternalAppLoad() function
/device/google/contexthub/firmware/os/core/
Dseos.c683 cpuInternalAppLoad(task->app, &task->platInfo) : in osLoadApp()