OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HubConnection
(Results
1 - 8
of
8
) sorted by null
/device/google/contexthub/lefty/
Lefty.h
19
#include "
hubconnection
.h"
34
using ::android::
HubConnection
;
43
sp<
HubConnection
> mHubConnection;
Lefty.cpp
27
Lefty::Lefty() : mHubConnection(
HubConnection
::getInstance()) {
/device/google/contexthub/sensorhal/
sensors.h
33
struct
HubConnection
;
35
using android::
HubConnection
;
121
HubConnectionOperation(sp<
HubConnection
>
hubConnection
);
131
sp<
HubConnection
> mHubConnection;
137
sp<
HubConnection
> mHubConnection;
hubconnection.h
57
struct
HubConnection
: public Thread {
58
static
HubConnection
*getInstance();
100
HubConnection
();
101
virtual ~
HubConnection
();
238
static
HubConnection
*sInstance;
305
static void enableSchedFifoMode(sp<
HubConnection
> hub);
357
DISALLOW_EVIL_CONSTRUCTORS(
HubConnection
);
hubconnection.cpp
19
#include "
hubconnection
.h"
92
const char SCHED_FIFO_PRIOIRTY[] = "sensor.
hubconnection
.sched_fifo";
98
Mutex
HubConnection
::sInstanceLock;
101
HubConnection
*
HubConnection
::sInstance = NULL;
103
HubConnection
*
HubConnection
::getInstance()
107
sInstance = new
HubConnection
;
132
HubConnection
::
HubConnection
()
[
all
...]
activity.h
27
#include "
hubconnection
.h"
57
android::sp<android::
HubConnection
> mHubConnection;
sensors.cpp
21
#include "
hubconnection
.h"
48
mHubConnection(
HubConnection
::getInstance()) {
246
SensorContext::HubConnectionOperation::HubConnectionOperation(sp<
HubConnection
>
hubConnection
)
247
: mHubConnection(
hubConnection
) {
323
Callback(sp<
HubConnection
>
hubConnection
) : mHubConnection(
hubConnection
) {}
326
sp<
HubConnection
> mHubConnection;
activity.cpp
99
: mHubConnection(
HubConnection
::getInstance()),
Completed in 57 milliseconds