Searched refs:mpInstance (Results 1 – 2 of 2) sorted by relevance
56 NfcAdaptation* NfcAdaptation::mpInstance = nullptr; member in NfcAdaptation156 NfcAdaptation::~NfcAdaptation() { mpInstance = nullptr; } in ~NfcAdaptation()170 if (!mpInstance) { in GetInstance()171 mpInstance = new NfcAdaptation; in GetInstance()172 mpInstance->InitializeHalDeviceContext(); in GetInstance()174 return *mpInstance; in GetInstance()
100 static NfcAdaptation* mpInstance; variable