Home
last modified time | relevance | path

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

/system/chre/apps/unload_tester/
Dunload_tester.cc67 CHRE_ASSERT(info.appId == kUnloadTesterAppId); in nanoappStart()
105 CHRE_STATIC_NANOAPP_INIT(UnloadTester, chre::kUnloadTesterAppId, kAppVersion);
/system/chre/util/include/chre/util/nanoapp/
Dapp_id.h77 constexpr uint64_t kUnloadTesterAppId = makeExampleNanoappId(10); variable