Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp40 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in NfcAdaptation
68 if (!mpInstance) mpInstance = new NfcAdaptation; in GetInstance()
69 return *mpInstance; in GetInstance()
162 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; } in ~NfcAdaptation()
/hardware/nxp/secure_element/pn8x/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/snxxx/halimpl/src/adaptation/
DEseAdaptation.cc44 EseAdaptation* EseAdaptation::mpInstance = NULL; member in EseAdaptation
85 EseAdaptation::~EseAdaptation() { mpInstance = NULL; } in ~EseAdaptation()
99 if (!mpInstance) mpInstance = new EseAdaptation; in GetInstance()
100 return *mpInstance; in GetInstance()
/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
DEseAdaptation.cpp44 EseAdaptation* EseAdaptation::mpInstance = NULL; member in EseAdaptation
87 EseAdaptation::~EseAdaptation() { mpInstance = NULL; } in ~EseAdaptation()
101 if (!mpInstance) mpInstance = new EseAdaptation; in GetInstance()
102 return *mpInstance; in GetInstance()
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h78 static NfcAdaptation* mpInstance; variable
/hardware/nxp/nfc/snxxx/halimpl/src/include/
DEseAdaptation.h83 static EseAdaptation* mpInstance; variable
/hardware/nxp/nfc/pn8x/halimpl/src/include/
DEseAdaptation.h83 static EseAdaptation* mpInstance; variable