OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HubConnection
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/sensorhal/
hubconnection.h
53
struct
HubConnection
: public Thread {
54
static
HubConnection
*getInstance();
94
HubConnection
();
95
virtual ~
HubConnection
();
232
static
HubConnection
*sInstance;
347
DISALLOW_EVIL_CONSTRUCTORS(
HubConnection
);
hubconnection.cpp
19
#include "
hubconnection
.h"
87
Mutex
HubConnection
::sInstanceLock;
90
HubConnection
*
HubConnection
::sInstance = NULL;
92
HubConnection
*
HubConnection
::getInstance()
96
sInstance = new
HubConnection
;
116
HubConnection
::
HubConnection
()
276
HubConnection
::~HubConnection(
[
all
...]
Completed in 292 milliseconds