HomeSort by relevance Sort by last modified time
    Searched defs:HubConnection (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
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...]

Completed in 98 milliseconds