/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 76 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp 77 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp() 138 mAppInfo->isTcmNanoapp, mAppInfo->isSystemNanoapp, in openNanoappFromFile()
|
/system/chre/platform/zephyr/ |
D | platform_nanoapp.cc | 56 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp 57 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp()
|
/system/chre/platform/exynos/ |
D | platform_nanoapp.cc | 104 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp 105 return mAppInfo->isSystemNanoapp; in isSystemNanoapp() 160 mAppInfo->isSystemNanoapp); in verifyNanoappInfo()
|
/system/chre/platform/include/chre/platform/ |
D | platform_nanoapp.h | 112 bool isSystemNanoapp() const;
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 239 mAppInfo->isSystemNanoapp); in verifyNanoappInfo() 302 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp 308 return (mAppInfo != nullptr) ? mAppInfo->isSystemNanoapp : false; in isSystemNanoapp()
|
D | host_link.cc | 213 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 116 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp 118 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp() 256 mAppInfo->isSystemNanoapp); in verifyNanoappInfo()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | nanoapp_support_lib_dso.h | 86 uint8_t isSystemNanoapp : 1; member
|
D | host_protocol_chre.h | 183 uint32_t appVersion, bool enabled, bool isSystemNanoapp,
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | static_nanoapp_init.h | 46 appInfo.isSystemNanoapp = true; \
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | static_nanoapp_init.h | 45 appInfo.isSystemNanoapp = true; \
|
/system/chre/platform/zephyr/include/chre/target_platform/ |
D | static_nanoapp_init.h | 36 app_info.isSystemNanoapp = true; \
|
/system/chre/platform/embos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 44 appInfo.isSystemNanoapp = true; \
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 45 appInfo.isSystemNanoapp = true; \
|
/system/chre/test/simulation/ |
D | test_util.cc | 63 appInfo->isSystemNanoapp = true; in createStaticNanoapp()
|
/system/chre/platform/android/ |
D | host_link.cc | 126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in handleNanoappListRequest()
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 220 uint32_t appVersion, bool enabled, bool isSystemNanoapp, in addNanoappListEntry() argument 235 isSystemNanoapp, appPermissions, in addNanoappListEntry()
|
/system/chre/host/hal_generic/aidl/ |
D | generic_context_hub_aidl.cc | 763 bool isSystemNanoapp = in selectPreloadedNanoappsToLoad() local 768 if (!isSystemNanoapp) { in selectPreloadedNanoappsToLoad()
|
/system/chre/core/ |
D | event_loop.cc | 235 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()
|
/system/chre/platform/tinysys/ |
D | host_link.cc | 317 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()
|