Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dplatform_nanoapp.cc60 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_support_lib_dso.h67 uint8_t isSystemNanoapp:1; member
/system/chre/platform/slpi/
Dplatform_nanoapp.cc375 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/system/chre/platform/shared/
Dhost_protocol_chre.cc141 uint64_t appId, uint32_t appVersion, bool enabled, bool isSystemNanoapp) { in addNanoappListEntry()