Home | History | Annotate | Download | only in test

Lines Matching full:chre

17 #include "chre/util/nanoapp/app_id.h"
34 * A test utility that connects to the CHRE daemon that runs on the apps
39 using android::chre::getStringFromByteVector;
40 using android::chre::FragmentedLoadTransaction;
41 using android::chre::HostProtocolHost;
42 using android::chre::IChreMessageHandlers;
43 using android::chre::SocketClient;
47 // CHRE-side code
48 namespace fbs = ::chre::fbs;
149 builder, chre::kMessageWorldAppId, 1234 /* messageType */,
209 if (!client.connect("chre", callbacks)) {
216 sendUnloadNanoappRequest(client, chre::kSpammerAppId);