Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/src/adaptation/
DNfcAdaptation.cpp34 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in NfcAdaptation
64 if (!mpInstance) mpInstance = new NfcAdaptation; in GetInstance()
65 return *mpInstance; in GetInstance()
158 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; } in ~NfcAdaptation()
/hardware/nxp/nfc/halimpl/src/adaptation/
DEseAdaptation.cpp44 EseAdaptation* EseAdaptation::mpInstance = NULL; member in EseAdaptation
86 EseAdaptation::~EseAdaptation() { mpInstance = NULL; } in ~EseAdaptation()
100 if (!mpInstance) mpInstance = new EseAdaptation; in GetInstance()
101 return *mpInstance; in GetInstance()
/hardware/nxp/secure_element/libese-spi/src/include/
DNfcAdaptation.h76 static NfcAdaptation* mpInstance; variable
/hardware/nxp/nfc/halimpl/src/include/
DEseAdaptation.h83 static EseAdaptation* mpInstance; variable