Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dcpu.h39 bool cpuAppLoad(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo);
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c141 bool cpuAppLoad(const struct AppHdr *app, struct PlatAppInfo *platInfo) in cpuAppLoad() function
/device/google/contexthub/firmware/os/core/
Dseos.c684 cpuAppLoad(task->app, &task->platInfo); in osLoadApp()