Home
last modified time | relevance | path

Searched defs:appSize (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/src/
DnanohubCommand.c133 uint32_t appIdx, appVer, appSize; in getAppVersion() local
148 uint32_t appVer, appSize; in queryAppInfo() local
1046 uint32_t appVer, appSize; in halQueryApps() local
Dseos.c1234 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize) in osAppInfoById()
1253 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize) in osAppInfoByIndex()
/device/google/contexthub/firmware/inc/
DnanohubPacket.h133 __le32 appSize; member