Searched refs:isSystemNanoapp (Results 1 – 11 of 11) sorted by relevance
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 60 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/ |
D | platform_nanoapp.h | 96 bool isSystemNanoapp() const;
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | nanoapp_support_lib_dso.h | 67 uint8_t isSystemNanoapp:1; member
|
D | host_protocol_chre.h | 124 uint64_t appId, 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 | 44 appInfo.isSystemNanoapp = true; \
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 333 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()
|
D | host_link.cc | 229 nanoapp->isSystemNanoapp()); in buildNanoappListResponse()
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 141 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/ |
D | host_link.cc | 126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in constructNanoappListCallback()
|
/system/chre/core/ |
D | event_loop.cc | 197 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()
|