Searched refs:sInstance (Results 1 – 2 of 2) sorted by relevance
232 static HubConnection *sInstance; member
90 HubConnection *HubConnection::sInstance = NULL; member in android::HubConnection95 if (sInstance == NULL) { in getInstance()96 sInstance = new HubConnection; in getInstance()98 return sInstance; in getInstance()