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 36 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
83 mpInstance = NULL;
99 if (!mpInstance)
100 mpInstance = new NfcAdaptation;
101 return *mpInstance;

Completed in 534 milliseconds