Searched refs:cpuAppInvoke (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | cpu.h | 44 void cpuAppInvoke(const struct AppHdr *app, struct PlatAppInfo *platInfo,
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 216 void cpuAppInvoke(const struct AppHdr *app, struct PlatAppInfo *platInfo, in cpuAppInvoke() function
|
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 351 …cpuAppInvoke(task->app, &task->platInfo, (void (*)(uintptr_t,uintptr_t))freeCallback, (uintptr_t)m… in osTaskInvokeMessageFreeCallback() 358 cpuAppInvoke(task->app, &task->platInfo, in osTaskInvokeEventFreeCallback()
|