Searched refs:isSystemNanoapp (Results 1 – 13 of 13) sorted by relevance
/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/include/chre/platform/ |
D | platform_nanoapp.h | 112 bool isSystemNanoapp() const;
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 112 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/ |
D | nanoapp_support_lib_dso.h | 71 uint8_t isSystemNanoapp : 1; member
|
D | host_protocol_chre.h | 133 uint32_t appVersion, bool enabled, bool isSystemNanoapp,
|
/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 | 220 nanoapp->getAppVersion(), true /*enabled*/, nanoapp->isSystemNanoapp(), in buildNanoappListResponse()
|
/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/freertos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 45 appInfo.isSystemNanoapp = true; \
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 156 uint32_t appVersion, bool enabled, bool isSystemNanoapp, in addNanoappListEntry() argument 159 isSystemNanoapp, appPermissions); in addNanoappListEntry()
|
/system/chre/platform/android/ |
D | host_link.cc | 126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp(); in handleNanoappListRequest()
|
/system/chre/core/ |
D | event_loop.cc | 209 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()
|