Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h183 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
/device/google/contexthub/firmware/os/core/
Dseos.c1464 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize) in osExtAppInfoByIndex() function
DnanohubCommand.c1171 if (osExtAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halLegacyQueryApps()