Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dplatform_nanoapp.cc60 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
61 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp); in isSystemNanoapp()
122 mAppInfo->isSystemNanoapp, mFilename.c_str()); in openNanoappFromFile()
/system/chre/platform/include/chre/platform/
Dplatform_nanoapp.h96 bool isSystemNanoapp() const;
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_support_lib_dso.h67 uint8_t isSystemNanoapp:1; member
Dhost_protocol_chre.h124 uint64_t appId, 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.h44 appInfo.isSystemNanoapp = true; \
/system/chre/platform/slpi/
Dplatform_nanoapp.cc333 mAppInfo->isTcmNanoapp, mAppInfo->isSystemNanoapp); in verifyNanoappInfo()
375 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
381 return (mAppInfo != nullptr) ? mAppInfo->isSystemNanoapp : false; in isSystemNanoapp()
Dhost_link.cc229 nanoapp->isSystemNanoapp()); in buildNanoappListResponse()
/system/chre/platform/shared/
Dhost_protocol_chre.cc141 uint64_t appId, uint32_t appVersion, bool enabled, bool isSystemNanoapp) { in addNanoappListEntry() argument
143 builder, appId, appVersion, enabled, isSystemNanoapp); in addNanoappListEntry()
/system/chre/platform/android/
Dhost_link.cc126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in constructNanoappListCallback()
/system/chre/core/
Devent_loop.cc197 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()