Home
last modified time | relevance | path

Searched refs:mAppInfo (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/linux/
Dplatform_nanoapp.cc34 return openNanoapp() && mAppInfo->entryPoints.start(); in start()
40 mAppInfo->entryPoints.handleEvent(senderInstanceId, eventType, eventData); in handleEvent()
44 mAppInfo->entryPoints.end(); in end()
49 return (mAppInfo == nullptr) ? 0 : mAppInfo->appId; in getAppId()
53 return mAppInfo->appVersion; in getAppVersion()
61 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp()
75 mAppInfo = appInfo; in loadStatic()
106 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in openNanoappFromFile()
108 if (mAppInfo == nullptr) { in openNanoappFromFile()
117 mAppInfo = nullptr; in openNanoappFromFile()
[all …]
/system/chre/platform/slpi/
Dplatform_nanoapp.cc134 return openNanoapp() && mAppInfo->entryPoints.start(); in start()
161 mAppInfo->entryPoints.handleEvent(senderInstanceId, eventType, eventData); in handleEvent()
169 mAppInfo->entryPoints.end(); in end()
237 mAppInfo = appInfo; in loadStatic()
251 mAppInfo = nullptr; in closeNanoapp()
279 if (mAppInfo != nullptr) { in openNanoapp()
280 mIsUimgApp = mAppInfo->isTcmNanoapp; in openNanoapp()
321 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in verifyNanoappInfo()
323 if (mAppInfo == nullptr) { in verifyNanoappInfo()
326 success = validateAppInfo(mExpectedAppId, mExpectedAppVersion, mAppInfo); in verifyNanoappInfo()
[all …]
/system/chre/build/app_support/qcom_nanohub/
Dapp_support_uimg.cc54 static const struct AppInfo mAppInfo = { variable
64 hexChreAddApp(&(mAppInfo)); in __appInit()
69 hexChreRemoveApp(&(mAppInfo)); in __appEnd()
/system/chre/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h66 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h121 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable