HomeSort by relevance Sort by last modified time
    Searched refs:appVer (Results 1 - 11 of 11) sorted by null

  /system/chre/build/app_support/qcom_nanohub/
app_support_uimg.cc 41 uint32_t appVer;
56 .appVer = NANOAPP_VERSION,
app_support.cc 77 uint32_t appVer;
108 .appVer = NANOAPP_VERSION,
  /device/google/contexthub/firmware/os/inc/
seos.h 181 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize);
182 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
183 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
320 .hdr.appVer = (_ver), \
338 .hdr.appVer = (_ver), \
nanohubPacket.h 117 __le32 appVer;
132 __le32 appVer;
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 94 uint32_t appVer; // external: copy from AOSP header; internal: defined locally
127 uint32_t appVer;
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 240 .app_version = bin->hdr.appVer,
291 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose)
324 bin->hdr.appVer = appVer;
792 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose)
827 hdr->hdr.appVer = appVer;
    [all...]
postprocess.c 249 .app_version = bin->hdr.appVer,
403 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, bool verbose)
430 bin->hdr.appVer = appVer;
640 uint32_t appVer = 0;
666 u32Arg = &appVer;
739 ret = handleApp(&buf, bufUsed, out, layoutFlags, appId, appVer, verbose);
  /device/google/contexthub/firmware/os/core/
seos.c 1089 ssMsg.version = ssTask->app->hdr.appVer;
    [all...]
nanohubCommand.c 151 uint32_t appIdx, appVer, appSize;
153 if (osAppInfoById(le64toh(unaligned_u64(&req->appId)), &appIdx, &appVer, &appSize)) {
154 resp->appVer = htole32(appVer);
166 uint32_t appVer, appSize;
168 if (osAppInfoByIndex(le32toh(unaligned_u32(&req->appIdx)), &appId, &appVer, &appSize)) {
170 resp->appVer = htole32(appVer);
    [all...]
appSec.c 311 .appVer = aosp->app_version,
nanohub_chre.c 504 info->version = task->app->hdr.appVer;

Completed in 510 milliseconds