Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dcpu.h44 void cpuAppInvoke(const struct AppHdr *app, struct PlatAppInfo *platInfo,
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c216 void cpuAppInvoke(const struct AppHdr *app, struct PlatAppInfo *platInfo, in cpuAppInvoke() function
/device/google/contexthub/firmware/os/core/
Dseos.c329cpuAppInvoke(task->app, &task->platInfo, (void (*)(uintptr_t,uintptr_t))freeCallback, (uintptr_t)m… in osTaskInvokeMessageFreeCallback()
336 cpuAppInvoke(task->app, &task->platInfo, in osTaskInvokeEventFreeCallback()