Searched refs:mpInstance (Results 1 – 2 of 2) sorted by relevance
36 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in NfcAdaptation83 mpInstance = NULL; in ~NfcAdaptation()99 if (!mpInstance) in GetInstance()100 mpInstance = new NfcAdaptation; in GetInstance()101 return *mpInstance; in GetInstance()
77 static NfcAdaptation* mpInstance; variable