Home
last modified time | relevance | path

Searched refs:chreNslNanoappInfo (Results 1 – 10 of 10) sorted by relevance

/system/chre/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h49 void loadStatic(const struct chreNslNanoappInfo *appInfo);
66 const struct chreNslNanoappInfo *mAppInfo = nullptr;
Dstatic_nanoapp_init.h37 static struct chreNslNanoappInfo appInfo; \
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h74 void loadStatic(const struct chreNslNanoappInfo *appInfo);
121 const struct chreNslNanoappInfo *mAppInfo = nullptr;
Dstatic_nanoapp_init.h39 static struct chreNslNanoappInfo appInfo; \
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_dso_util.h35 const struct chreNslNanoappInfo *appInfo);
Dnanoapp_support_lib_dso.h57 struct chreNslNanoappInfo { struct
/system/chre/platform/linux/
Dplatform_nanoapp.cc72 void PlatformNanoappBase::loadStatic(const struct chreNslNanoappInfo *appInfo) { in loadStatic()
106 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in openNanoappFromFile()
/system/chre/platform/shared/nanoapp/
Dnanoapp_dso_util.cc28 const struct chreNslNanoappInfo *appInfo) { in validateAppInfo()
Dnanoapp_support_lib_dso.cc77 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {
/system/chre/platform/slpi/
Dplatform_nanoapp.cc234 void PlatformNanoappBase::loadStatic(const struct chreNslNanoappInfo *appInfo) { in loadStatic()
321 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in verifyNanoappInfo()