Home
last modified time | relevance | path

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

/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.cc39 EseAdaptation* EseAdaptation::mpInstance = NULL; member in EseAdaptation
77 EseAdaptation::~EseAdaptation() { mpInstance = NULL; } in ~EseAdaptation()
91 if (!mpInstance) mpInstance = new EseAdaptation; in GetInstance()
92 return *mpInstance; in GetInstance()
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp57 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in NfcAdaptation
100 if (!mpInstance) mpInstance = new NfcAdaptation; in GetInstance()
101 return *mpInstance; in GetInstance()
194 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; } in ~NfcAdaptation()
/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/nfc/snxxx/halimpl/src/include/
DEseAdaptation.h42 static EseAdaptation* mpInstance; variable
/hardware/nxp/secure_element/pn8x/libese-spi/src/include/
DNfcAdaptation.h76 static NfcAdaptation* mpInstance; variable
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h82 static NfcAdaptation* mpInstance; variable
/hardware/nxp/nfc/pn8x/halimpl/src/include/
DEseAdaptation.h83 static EseAdaptation* mpInstance; variable