Lines Matching refs:info
63 struct chreNanoappInfo info; in nanoappStart() local
64 bool gotInfo = chreGetNanoappInfoByInstanceId(chreGetInstanceId(), &info); in nanoappStart()
66 CHRE_ASSERT(info.appId == chreGetAppId()); in nanoappStart()
67 CHRE_ASSERT(info.appId == kUnloadTesterAppId); in nanoappStart()
68 CHRE_ASSERT(info.version == kAppVersion); in nanoappStart()
69 CHRE_ASSERT(info.instanceId == chreGetInstanceId()); in nanoappStart()
80 struct chreNanoappInfo info; in nanoappHandleEvent() local
81 if (!chreGetNanoappInfoByAppId(kSpammerAppId, &info)) { in nanoappHandleEvent()
93 const auto *info = static_cast<const chreNanoappInfo *>(eventData); in nanoappHandleEvent() local
94 if (info->appId == kSpammerAppId) { in nanoappHandleEvent()
97 info->instanceId); in nanoappHandleEvent()