Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/platform/zephyr/
H A Dplatform_nanoapp.cc56 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/aosp_15_r20/external/pigweed/pw_chre/
H A Dplatform_nanoapp.cc61 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/aosp_15_r20/system/chre/platform/linux/
H A Dplatform_nanoapp.cc76 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/aosp_15_r20/system/chre/platform/exynos/
H A Dplatform_nanoapp.cc104 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_support_lib_dso.h86 uint8_t isSystemNanoapp : 1; member
/aosp_15_r20/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc302 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/aosp_15_r20/system/chre/platform/freertos/
H A Dplatform_nanoapp.cc117 bool PlatformNanoapp::isSystemNanoapp() const { in isSystemNanoapp() function in chre::PlatformNanoapp
/aosp_15_r20/system/chre/platform/shared/
H A Dhost_protocol_chre.cc276 uint32_t appVersion, bool enabled, bool isSystemNanoapp, in addNanoappListEntry()
/aosp_15_r20/system/chre/host/hal_generic/aidl/
H A Dgeneric_context_hub_aidl.cc849 bool isSystemNanoapp = in selectPreloadedNanoappsToLoad() local