Home
last modified time | relevance | path

Searched refs:AppInfo (Results 1 – 3 of 3) sorted by relevance

/system/chre/build/app_support/qcom_nanohub/
Dapp_support_uimg.cc39 struct AppInfo { struct
47 extern void hexChreAddApp(const struct AppInfo *info); argument
48 extern void hexChreRemoveApp(const struct AppInfo *info);
54 static const struct AppInfo mAppInfo = {.appId = NANOAPP_ID,
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubEventBetweenAppsTestExecutor.java48 private class AppInfo { class in ContextHubEventBetweenAppsTestExecutor
56 private AppInfo[] mAppInfo = new AppInfo[]{new AppInfo(), new AppInfo()};
/system/chre/apps/test/chqts/src/general_test/
Dnanoapp_info.cc26 struct AppInfo { struct
40 AppInfo info = { in sendToHost()