Home
last modified time | relevance | path

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

/system/chre/platform/zephyr/include/chre/target_platform/
Dplatform_nanoapp_base.h69 const struct ::chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h64 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/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