Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp332 const load_app_request_t *appReq = static_cast<const load_app_request_t*>(appMsg->message); in setup() local
333 if (appReq == nullptr || mLen <= sizeof(*appReq)) { in setup()
337 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()