Searched refs:mpInstance (Results 1 – 2 of 2) sorted by relevance
37 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in NfcAdaptation87 mpInstance = NULL; in ~NfcAdaptation()103 if (!mpInstance) in GetInstance()104 mpInstance = new NfcAdaptation; in GetInstance()105 return *mpInstance; in GetInstance()
77 static NfcAdaptation* mpInstance; variable