Searched refs:sInstance (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
H A Dhubconnection.h235 static HubConnection *sInstance; member in struct:android::HubConnection
H A Dhubconnection.cpp90 HubConnection *HubConnection::sInstance = NULL; member in class:android::HubConnection
95 if (sInstance == NULL) {
96 sInstance = new HubConnection;
98 return sInstance;

Completed in 30 milliseconds