Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp256 int numApps = msgLen / sizeof(hub_app_info); in handleOsMessage() local
259 for (int i = 0; i < numApps; i++) { in handleOsMessage()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1585 uint32_t sharedSize, numApps; in halAppInfo() local
1602 internal = platGetInternalAppList(&numApps); in halAppInfo()
1607 (numApps > 0 && le32toh(req->addr) > (uint32_t)(internal+numApps-1))))) { in halAppInfo()
1630 for (i = 0; i < numApps; i++, internal++) { in halAppInfo()