Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dcpu.h43 void cpuAppHandle(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo, uint32_t evtType, cons…
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c208 void cpuAppHandle(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t evtType, const v… in cpuAppHandle() function
/device/google/contexthub/firmware/os/core/
Dseos.c319 cpuAppHandle(task->app, &task->platInfo, in osTaskHandle()