Home
last modified time | relevance | path

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

/system/chre/platform/shared/nanoapp/
Dnanoapp_dso_util.cc27 bool validateAppInfo(uint64_t expectedAppId, uint32_t expectedAppVersion, in validateAppInfo() argument
44 } else if (expectedAppVersion != appInfo->appVersion) { in validateAppInfo()
47 expectedAppVersion, appInfo->appVersion); in validateAppInfo()
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_dso_util.h36 bool validateAppInfo(uint64_t expectedAppId, uint32_t expectedAppVersion,