Searched refs:appVer (Results 1 – 7 of 7) sorted by relevance
/device/google/contexthub/lib/include/nanohub/ |
D | nanohub.h | 55 uint32_t appVer; // external: copy from AOSP header; internal: defined locally member 87 uint32_t appVer; member
|
/device/google/contexthub/firmware/src/ |
D | nanohubCommand.c | 134 uint32_t appIdx, appVer, appSize; in getAppVersion() local 136 if (osAppInfoById(le64toh(req->appId), &appIdx, &appVer, &appSize)) { in getAppVersion() 137 resp->appVer = htole32(appVer); in getAppVersion() 149 uint32_t appVer, appSize; in queryAppInfo() local 151 if (osAppInfoByIndex(le32toh(req->appIdx), &appId, &appVer, &appSize)) { in queryAppInfo() 153 resp->appVer = htole32(appVer); in queryAppInfo() 1046 uint32_t appVer, appSize; in halQueryApps() local 1048 if (osAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halQueryApps() 1054 resp->version = appVer; in halQueryApps()
|
D | seos.c | 1217 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize) in osAppInfoById() argument 1226 *appVer = app->hdr.appVer; in osAppInfoById() 1236 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize) in osAppInfoByIndex() argument 1247 *appVer = app->hdr.appVer; in osAppInfoByIndex()
|
D | appSec.c | 312 .appVer = aosp->app_version, in appSecProcessIncomingHdr()
|
/device/google/contexthub/firmware/inc/ |
D | seos.h | 168 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize); 169 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize); 281 .hdr.appVer = (_ver), \
|
D | nanohubPacket.h | 116 __le32 appVer; member 131 __le32 appVer; member
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 434 .app_version = bin->hdr.appVer, in handleApp()
|