HomeSort by relevance Sort by last modified time
    Searched refs:mpInstance (Results 1 - 6 of 6) sorted by null

  /hardware/nxp/secure_element/libese-spi/src/adaptation/
NfcAdaptation.cpp 34 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
64 if (!mpInstance) mpInstance = new NfcAdaptation;
65 return *mpInstance;
158 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; }
  /hardware/nxp/nfc/halimpl/src/adaptation/
EseAdaptation.cpp 44 EseAdaptation* EseAdaptation::mpInstance = NULL;
86 EseAdaptation::~EseAdaptation() { mpInstance = NULL; }
100 if (!mpInstance) mpInstance = new EseAdaptation;
101 return *mpInstance;
  /hardware/nxp/secure_element/libese-spi/src/include/
NfcAdaptation.h 76 static NfcAdaptation* mpInstance;
  /hardware/nxp/nfc/halimpl/src/include/
EseAdaptation.h 83 static EseAdaptation* mpInstance;
  /system/nfc/src/include/
NfcAdaptation.h 96 static NfcAdaptation* mpInstance;
  /system/nfc/src/adaptation/
NfcAdaptation.cc 54 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
152 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; }
166 if (!mpInstance) {
167 mpInstance = new NfcAdaptation;
168 mpInstance->InitializeHalDeviceContext();
170 return *mpInstance;

Completed in 66 milliseconds