Home
last modified time | relevance | path

Searched refs:mpInstance (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/adaptation/
DNfcAdaptation.cc56 NfcAdaptation* NfcAdaptation::mpInstance = nullptr; member in NfcAdaptation
156 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()
/system/nfc/src/include/
DNfcAdaptation.h100 static NfcAdaptation* mpInstance; variable