Home
last modified time | relevance | path

Searched refs:AppInfo (Results 1 – 2 of 2) 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 = {
/system/chre/apps/chqts/src/general_test/
Dnanoapp_info.cc26 struct AppInfo { struct
40 AppInfo info = { in sendToHost()