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

  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 34 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
74 mpInstance = NULL;
90 if (!mpInstance)
91 mpInstance = new NfcAdaptation;
92 return *mpInstance;
  /external/libnfc-nci/src/include/
NfcAdaptation.h 77 static NfcAdaptation* mpInstance;

Completed in 2799 milliseconds