Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp288 const load_app_request_t *appReq = static_cast<const load_app_request_t*>(appMsg->message); in setup() local
289 if (appReq == nullptr || mLen <= sizeof(*appReq)) { in setup()
293 mAppName = appReq->app_binary.app_id; in setup()