Home
last modified time | relevance | path

Searched defs:mAppInfo (Results 1 – 7 of 7) sorted by relevance

/system/chre/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h64 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/zephyr/include/chre/target_platform/
Dplatform_nanoapp_base.h69 const struct ::chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/exynos/include/chre/target_platform/
Dplatform_nanoapp_base.h97 const struct ::chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h127 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/freertos/public_platform_nanoapp/chre/target_platform/
Dplatform_nanoapp_base.h123 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_nanoapp_base.h123 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubEventBetweenAppsTestExecutor.java56 private AppInfo[] mAppInfo = new AppInfo[]{new AppInfo(), new AppInfo()}; field in ContextHubEventBetweenAppsTestExecutor