Home
last modified time | relevance | path

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

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