Searched refs:expectedAppId (Results 1 - 1 of 1) sorted by relevance

/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc38 * @param expectedAppId
44 bool validateAppInfo(uint64_t expectedAppId, uint32_t expectedAppVersion, argument
56 } else if (expectedAppId != appInfo->appId) {
58 PRIx64 ")", expectedAppId, appInfo->appId);

Completed in 56 milliseconds