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

  /external/libnfc-nci/src/include/
NfcAdaptation.h 77 static NfcAdaptation* mpInstance;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 37 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
87 mpInstance = NULL;
103 if (!mpInstance)
104 mpInstance = new NfcAdaptation;
105 return *mpInstance;

Completed in 39 milliseconds