Home
last modified time | relevance | path

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

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