Searched defs:NanoHub (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
H A Dnanohubhal.cpp154 NanoHub::NanoHub() { function in class:android::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()
312 int NanoHub
[all...]
H A Dnanohubhal.h115 class NanoHub { class in namespace:android::nanohub
128 NanoHub();
129 ~NanoHub();
146 static NanoHub *hubInstance() {
147 static NanoHub theHub;

Completed in 35 milliseconds