Home
last modified time | relevance | path

Searched defs:isSystemNanoapp (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/linux/
Dplatform_nanoapp.cc76 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_support_lib_dso.h71 uint8_t isSystemNanoapp : 1; member
/system/chre/platform/freertos/
Dplatform_nanoapp.cc112 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/system/chre/platform/slpi/
Dplatform_nanoapp.cc302 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/system/chre/platform/shared/
Dhost_protocol_chre.cc156 uint32_t appVersion, bool enabled, bool isSystemNanoapp, in addNanoappListEntry()