Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h181 static HubConnection *sInstance; member
Dhubconnection.cpp79 HubConnection *HubConnection::sInstance = NULL; member in android::HubConnection
84 if (sInstance == NULL) { in getInstance()
85 sInstance = new HubConnection; in getInstance()
87 return sInstance; in getInstance()