Home
last modified time | relevance | path

Searched refs:isSystemNanoapp (Results 1 – 13 of 13) 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/include/chre/platform/
Dplatform_nanoapp.h112 bool isSystemNanoapp() const;
/system/chre/platform/freertos/
Dplatform_nanoapp.cc112 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
114 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp()
251 mAppInfo->isSystemNanoapp); in verifyNanoappInfo()
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_support_lib_dso.h71 uint8_t isSystemNanoapp : 1; member
Dhost_protocol_chre.h133 uint32_t appVersion, bool enabled, bool isSystemNanoapp,
/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.cc220 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()
/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/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h45 appInfo.isSystemNanoapp = true; \
/system/chre/platform/shared/
Dhost_protocol_chre.cc156 uint32_t appVersion, bool enabled, bool isSystemNanoapp, in addNanoappListEntry() argument
159 isSystemNanoapp, appPermissions); in addNanoappListEntry()
/system/chre/platform/android/
Dhost_link.cc126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in handleNanoappListRequest()
/system/chre/core/
Devent_loop.cc209 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()