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

  /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;
  /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;

Completed in 735 milliseconds