Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/native/inc/plat/
Dplat.h26 const struct AppHdr* platGetInternalAppList(uint32_t *numAppsP);
/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.c1008 for (i = 0, app = platGetInternalAppList(&nApps); i < nApps; i++, app++) { in osStartTasks()
DnanohubCommand.c1602 internal = platGetInternalAppList(&numApps); in halAppInfo()