Searched refs:sInstance (Results 1 - 2 of 2) sorted by relevance
/device/google/contexthub/sensorhal/ | ||
H A D | hubconnection.h | 235 static HubConnection *sInstance; member in struct:android::HubConnection |
H A D | hubconnection.cpp | 90 HubConnection *HubConnection::sInstance = NULL; member in class:android::HubConnection 95 if (sInstance == NULL) { 96 sInstance = new HubConnection; 98 return sInstance; |
Completed in 30 milliseconds