Home
last modified time | relevance | path

Searched refs:app_version (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h56 uint32_t app_version; // Version of the app member
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp405 .app_version = htole32(appBinary.appVersion), in loadNanoApp()
537 appBinary->appVersion = header->app_version; in readApp()
Dsystem_comms.cpp339 appManager.addNewApp(mAppName, appReq->app_binary.app_version); in setup()
371 appManager.setCachedVersion(mAppName, appReq->app_binary.app_version); in setup()
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr56 KEEP(*(.app_version));
/device/google/contexthub/firmware/os/core/
DappSec.c311 .appVer = aosp->app_version, in appSecProcessIncomingHdr()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c249 .app_version = bin->hdr.appVer, in finalizeAndWrite()
Dpostprocess_elf.c240 .app_version = bin->hdr.appVer, in finalizeAndWrite()