Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dnanoapp_info.cc65 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.cc81 if (!chreGetNanoappInfoByAppId(kSpammerAppId, &info)) { in nanoappHandleEvent()
/system/chre/chre_api/legacy/v1_2/chre/
Devent.h474 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/chre_api/include/chre_api/chre/
Devent.h474 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
/system/chre/platform/shared/
Dchre_api_core.cc103 DLL_EXPORT bool chreGetNanoappInfoByAppId(uint64_t appId, in chreGetNanoappInfoByAppId() function