Home
last modified time | relevance | path

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

/system/chre/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h66 const struct chreNslNanoappInfo *mAppInfo = nullptr; variable
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h128 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/build/app_support/qcom_nanohub/
Dapp_support_uimg.cc54 static const struct AppInfo mAppInfo = {.appId = NANOAPP_ID, 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