Home
last modified time | relevance | path

Searched refs:isSystemNanoapp (Results 1 – 20 of 20) sorted by relevance

/system/chre/platform/linux/
Dplatform_nanoapp.cc76 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/
Dplatform_nanoapp.cc56 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
57 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp()
/system/chre/platform/exynos/
Dplatform_nanoapp.cc104 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/
Dplatform_nanoapp.h112 bool isSystemNanoapp() const;
/system/chre/platform/slpi/
Dplatform_nanoapp.cc239 mAppInfo->isSystemNanoapp); in verifyNanoappInfo()
302 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
308 return (mAppInfo != nullptr) ? mAppInfo->isSystemNanoapp : false; in isSystemNanoapp()
Dhost_link.cc213 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc116 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/
Dnanoapp_support_lib_dso.h86 uint8_t isSystemNanoapp : 1; member
Dhost_protocol_chre.h183 uint32_t appVersion, bool enabled, bool isSystemNanoapp,
/system/chre/platform/slpi/include/chre/target_platform/
Dstatic_nanoapp_init.h46 appInfo.isSystemNanoapp = true; \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h45 appInfo.isSystemNanoapp = true; \
/system/chre/platform/zephyr/include/chre/target_platform/
Dstatic_nanoapp_init.h36 app_info.isSystemNanoapp = true; \
/system/chre/platform/embos/include/chre/target_platform/
Dstatic_nanoapp_init.h44 appInfo.isSystemNanoapp = true; \
/system/chre/platform/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h45 appInfo.isSystemNanoapp = true; \
/system/chre/test/simulation/
Dtest_util.cc63 appInfo->isSystemNanoapp = true; in createStaticNanoapp()
/system/chre/platform/android/
Dhost_link.cc126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in handleNanoappListRequest()
/system/chre/platform/shared/
Dhost_protocol_chre.cc220 uint32_t appVersion, bool enabled, bool isSystemNanoapp, in addNanoappListEntry() argument
235 isSystemNanoapp, appPermissions, in addNanoappListEntry()
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc763 bool isSystemNanoapp = in selectPreloadedNanoappsToLoad() local
768 if (!isSystemNanoapp) { in selectPreloadedNanoappsToLoad()
/system/chre/core/
Devent_loop.cc235 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()
/system/chre/platform/tinysys/
Dhost_link.cc317 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()