Home
last modified time | relevance | path

Searched refs:chreNslNanoappInfo (Results 1 – 13 of 13) 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.h39 static struct chreNslNanoappInfo appInfo; \
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h78 void loadStatic(const struct chreNslNanoappInfo *appInfo);
128 const struct chreNslNanoappInfo *mAppInfo = nullptr;
Dstatic_nanoapp_init.h40 static struct chreNslNanoappInfo appInfo; \
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_nanoapp_base.h34 void loadStatic(const struct chreNslNanoappInfo *appInfo);
123 const struct chreNslNanoappInfo *mAppInfo = nullptr;
Dstatic_nanoapp_init.h39 static struct chreNslNanoappInfo appInfo; \
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_dso_util.h38 const struct chreNslNanoappInfo *appInfo);
Dnanoapp_support_lib_dso.h61 struct chreNslNanoappInfo { struct
/system/chre/platform/linux/
Dplatform_nanoapp.cc88 void PlatformNanoappBase::loadStatic(const struct chreNslNanoappInfo *appInfo) { in loadStatic()
122 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in openNanoappFromFile()
/system/chre/platform/shared/nanoapp/
Dnanoapp_dso_util.cc29 const struct chreNslNanoappInfo *appInfo) { in validateAppInfo()
Dnanoapp_support_lib_dso.cc122 DLL_EXPORT extern "C" const struct chreNslNanoappInfo _chreNslDsoNanoappInfo = {
/system/chre/platform/freertos/
Dplatform_nanoapp.cc166 void PlatformNanoappBase::loadStatic(const struct chreNslNanoappInfo *appInfo) { in loadStatic()
227 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in verifyNanoappInfo()
/system/chre/platform/slpi/
Dplatform_nanoapp.cc138 void PlatformNanoappBase::loadStatic(const struct chreNslNanoappInfo *appInfo) { in loadStatic()
225 mAppInfo = static_cast<const struct chreNslNanoappInfo *>( in verifyNanoappInfo()