Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dcpu.h40 void cpuAppUnload(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo);
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c170 void cpuAppUnload(const struct AppHdr *app, struct PlatAppInfo *platInfo) in cpuAppUnload() function
/device/google/contexthub/firmware/os/core/
Dseos.c698 cpuAppUnload(task->app, &task->platInfo); in osUnloadApp()