OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NanoHub
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
nanohubhal.cpp
32
#include <
nanohub
/
nanohub
.h>
48
namespace
nanohub
{
namespace in namespace:android
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
[
all
...]
nanohubhal.h
26
#include <
nanohub
/
nanohub
.h>
39
namespace
nanohub
{
namespace in namespace:android
115
class
NanoHub
{
128
NanoHub
();
129
~
NanoHub
();
146
static
NanoHub
*hubInstance() {
147
static
NanoHub
theHub;
202
}; // namespace
nanohub
Completed in 91 milliseconds