Searched refs:kUnloadTesterAppId (Results 1 – 2 of 2) sorted by relevance
70 CHRE_ASSERT(info.appId == kUnloadTesterAppId); in nanoappStart()107 CHRE_STATIC_NANOAPP_INIT(UnloadTester, chre::kUnloadTesterAppId, kAppVersion,
78 constexpr uint64_t kUnloadTesterAppId = makeExampleNanoappId(10); variable