Lines Matching refs:info
66 struct chreNanoappInfo info; in nanoappStart() local
67 bool gotInfo = chreGetNanoappInfoByInstanceId(chreGetInstanceId(), &info); in nanoappStart()
69 CHRE_ASSERT(info.appId == chreGetAppId()); in nanoappStart()
70 CHRE_ASSERT(info.appId == kUnloadTesterAppId); in nanoappStart()
71 CHRE_ASSERT(info.version == kAppVersion); in nanoappStart()
72 CHRE_ASSERT(info.instanceId == chreGetInstanceId()); in nanoappStart()
82 struct chreNanoappInfo info; in nanoappHandleEvent() local
83 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()