Home
last modified time | relevance | path

Searched refs:structMinorVersion (Results 1 – 11 of 11) sorted by relevance

/system/chre/platform/linux/
Dplatform_nanoapp.cc65 return (mAppInfo != nullptr) ? (mAppInfo->structMinorVersion >= in supportsAppPermissions()
140 if (mAppInfo->structMinorVersion >= in openNanoappFromFile()
/system/chre/platform/slpi/
Dplatform_nanoapp.cc240 if (mAppInfo->structMinorVersion >= in verifyNanoappInfo()
253 if (mAppInfo != nullptr && mAppInfo->structMinorVersion >= 2 && in getAppVersionString()
287 return (mAppInfo != nullptr) ? (mAppInfo->structMinorVersion >= in supportsAppPermissions()
/system/chre/platform/exynos/
Dplatform_nanoapp.cc125 return (mAppInfo != nullptr) ? (mAppInfo->structMinorVersion >= in supportsAppPermissions()
161 if (mAppInfo->structMinorVersion >= in verifyNanoappInfo()
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_support_lib_dso.h81 uint8_t structMinorVersion; member
/system/chre/platform/zephyr/include/chre/target_platform/
Dstatic_nanoapp_init.h32 app_info.structMinorVersion = CHRE_NSL_NANOAPP_INFO_STRUCT_MINOR_VERSION; \
/system/chre/platform/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h41 appInfo.structMinorVersion = CHRE_NSL_NANOAPP_INFO_STRUCT_MINOR_VERSION; \
/system/chre/platform/slpi/include/chre/target_platform/
Dstatic_nanoapp_init.h42 appInfo.structMinorVersion = CHRE_NSL_NANOAPP_INFO_STRUCT_MINOR_VERSION; \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h41 appInfo.structMinorVersion = CHRE_NSL_NANOAPP_INFO_STRUCT_MINOR_VERSION; \
/system/chre/platform/embos/include/chre/target_platform/
Dstatic_nanoapp_init.h40 appInfo.structMinorVersion = CHRE_NSL_NANOAPP_INFO_STRUCT_MINOR_VERSION; \
/system/chre/platform/freertos/
Dplatform_nanoapp.cc95 return (mAppInfo != nullptr) ? (mAppInfo->structMinorVersion >= in supportsAppPermissions()
258 if (mAppInfo->structMinorVersion >= in verifyNanoappInfo()
/system/chre/test/simulation/
Dtest_util.cc149 appInfo->structMinorVersion = infoStructVersion; in createStaticNanoapp()