Home
last modified time | relevance | path

Searched refs:structMinorVersion (Results 1 – 7 of 7) 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/shared/include/chre/platform/shared/
Dnanoapp_support_lib_dso.h66 uint8_t structMinorVersion; member
/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/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/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h41 appInfo.structMinorVersion = CHRE_NSL_NANOAPP_INFO_STRUCT_MINOR_VERSION; \
/system/chre/platform/freertos/
Dplatform_nanoapp.cc90 return (mAppInfo != nullptr) ? (mAppInfo->structMinorVersion >= in supportsAppPermissions()
252 if (mAppInfo->structMinorVersion >= in verifyNanoappInfo()