Searched defs:appVer (Results  1 – 6 of 6) sorted by relevance
| /device/google/contexthub/util/nanoapp_postprocess/ | 
| D | postprocess_elf.c | 291 …, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chr…  in handleApp() 792 …nst char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chr…  in handleAppStatic() 901     uint32_t appVer = 0;  in main()  local
  | 
| D | postprocess.c | 403 …, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, bool verbose)  in handleApp() 640     uint32_t appVer = 0;  in main()  local
  | 
| /device/google/contexthub/lib/include/nanohub/ | 
| D | nanohub.h | 95     uint32_t appVer;        // external: copy from AOSP header; internal: defined locally  member 128     uint32_t appVer;  member
  | 
| /device/google/contexthub/firmware/os/core/ | 
| D | seos.c | 1425 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize)  in osAppInfoById() 1444 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize)  in osAppInfoByIndex() 1464 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize)  in osExtAppInfoByIndex()
  | 
| D | nanohubCommand.c | 151     uint32_t appIdx, appVer, appSize;  in getAppVersion()  local 166     uint32_t appVer, appSize;  in queryAppInfo()  local 1169     uint32_t appVer, appSize;  in halLegacyQueryApps()  local
  | 
| /device/google/contexthub/firmware/os/inc/ | 
| D | nanohubPacket.h | 117     __le32 appVer;  member 132     __le32 appVer;  member
  |