Home
last modified time | relevance | path

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

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