Searched refs:mpInstance (Results 1 – 2 of 2) sorted by relevance
60 NfcAdaptation* NfcAdaptation::mpInstance = nullptr; member in NfcAdaptation182 NfcAdaptation::~NfcAdaptation() { mpInstance = nullptr; } in ~NfcAdaptation()196 if (!mpInstance) { in GetInstance()197 mpInstance = new NfcAdaptation; in GetInstance()198 mpInstance->InitializeHalDeviceContext(); in GetInstance()200 return *mpInstance; in GetInstance()
104 static NfcAdaptation* mpInstance; variable