Searched refs:sInstance (Results 1 – 2 of 2) sorted by relevance
181 static HubConnection *sInstance; member
79 HubConnection *HubConnection::sInstance = NULL; member in android::HubConnection84 if (sInstance == NULL) { in getInstance()85 sInstance = new HubConnection; in getInstance()87 return sInstance; in getInstance()