Home
last modified time | relevance | path

Searched refs:platGetInternalAppList (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dplat.h45 static inline const struct AppHdr* platGetInternalAppList(uint32_t *numAppsP) in platGetInternalAppList() function
/device/google/contexthub/firmware/os/core/
Dseos.c934 for (i = 0, app = platGetInternalAppList(&nApps); i < nApps; i++, app++) { in osStartTasks()