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

  /system/nfc/src/include/
NfcAdaptation.h 88 static NfcAdaptation* mpInstance;
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 56 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
130 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; }
144 if (!mpInstance) mpInstance = new NfcAdaptation;
145 return *mpInstance;

Completed in 81 milliseconds