Home
last modified time | relevance | path

Searched refs:chreGetNanoappInfoByAppId (Results 1 – 9 of 9) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dnanoapp_info.cc63 bool result = chreGetNanoappInfoByAppId(mAppId, info); in queryByAppId()
/system/chre/chre_api/legacy/v1_1/chre/
Devent.h446 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/apps/unload_tester/
Dunload_tester.cc83 if (!chreGetNanoappInfoByAppId(kSpammerAppId, &info)) { in nanoappHandleEvent()
/system/chre/chre_api/legacy/v1_3/chre/
Devent.h471 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/chre_api/legacy/v1_2/chre/
Devent.h474 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/chre_api/legacy/v1_4/chre/
Devent.h487 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/chre_api/include/chre_api/chre/
Devent.h580 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/platform/shared/
Dchre_api_core.cc112 DLL_EXPORT bool chreGetNanoappInfoByAppId(uint64_t appId, in chreGetNanoappInfoByAppId() function
Dnanoapp_loader.cc201 ADD_EXPORTED_C_SYMBOL(chreGetNanoappInfoByAppId),