HomeSort by relevance Sort by last modified time
    Searched refs:isSystemNanoapp (Results 1 - 12 of 12) sorted by null

  /system/chre/platform/include/chre/platform/
platform_nanoapp.h 96 bool isSystemNanoapp() const;
  /system/chre/platform/linux/
platform_nanoapp.cc 60 bool PlatformNanoapp::isSystemNanoapp() const {
61 return (mAppInfo != nullptr && mAppInfo->isSystemNanoapp);
122 mAppInfo->isSystemNanoapp, mFilename.c_str());
  /system/chre/platform/shared/include/chre/platform/shared/
nanoapp_support_lib_dso.h 66 uint8_t isSystemNanoapp:1;
host_protocol_chre.h 110 uint64_t appId, uint32_t appVersion, bool enabled, bool isSystemNanoapp);
  /system/chre/platform/linux/include/chre/target_platform/
static_nanoapp_init.h 44 appInfo.isSystemNanoapp = true; \
  /system/chre/platform/slpi/include/chre/target_platform/
static_nanoapp_init.h 46 appInfo.isSystemNanoapp = true; \
  /system/chre/platform/slpi/
platform_nanoapp.cc 194 mAppInfo->isSystemNanoapp);
226 mAppInfo->isSystemNanoapp, mFilename);
251 bool PlatformNanoapp::isSystemNanoapp() const {
257 return (mAppInfo != nullptr) ? mAppInfo->isSystemNanoapp : false;
host_link.cc 229 nanoapp->isSystemNanoapp());
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.cc 46 .isSystemNanoapp = NANOAPP_IS_SYSTEM_NANOAPP,
  /system/chre/platform/shared/
host_protocol_chre.cc 125 uint64_t appId, uint32_t appVersion, bool enabled, bool isSystemNanoapp) {
127 builder, appId, appVersion, enabled, isSystemNanoapp);
  /system/chre/platform/android/
host_link.cc 126 nanoappListEntry->is_system = nanoapp->isSystemNanoapp();
  /system/chre/core/
event_loop.cc 197 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) {

Completed in 246 milliseconds