Lines Matching defs:NanoHub
32 #include <nanohub/nanohub.h>
48 namespace nanohub {
143 ALOGW("Nanohub is locked; blocking read thread");
154 NanoHub::NanoHub() {
158 NanoHub::~NanoHub() {
165 int NanoHub::doSendToDevice(const hub_app_name_t name, const void *data, uint32_t len, uint32_t messageType, uint16_t endpoint)
187 void NanoHub::doSendToApp(HubMessage &&msg)
195 void NanoHub::doDumpAppInfo(std::string &result)
200 void* NanoHub::runAppTx()
217 void* NanoHub::runDeviceRx()
237 setDebugFlags(property_get_int32("persist.nanohub.debug", 0));
312 int NanoHub::openHub()
340 int NanoHub::closeHub(void)
376 int NanoHub::doSubscribeMessages(uint32_t hub_id, Contexthub_callback *cbk, void *cookie)
408 int NanoHub::doSendToNanohub(uint32_t hub_id, const hub_message_t *msg, uint32_t transaction_id, uint16_t endpoint)
444 }; // namespace nanohub