Home
last modified time | relevance | path

Searched refs:app_binary (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dcontext_hub.h272 struct nano_app_binary_t app_binary; member
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp337 mAppName = appReq->app_binary.app_id; in setup()
339 appManager.addNewApp(mAppName, appReq->app_binary.app_version); in setup()
371 appManager.setCachedVersion(mAppName, appReq->app_binary.app_version); in setup()
/device/google/contexthub/contexthubhal/test/
Dmain.cpp290 if (!req || fileSize < sizeof(*req) || req->app_binary.magic != NANOAPP_MAGIC) { in main()