Searched defs:mpInstance (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h77 static NfcAdaptation* mpInstance; member in class:NfcAdaptation
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp36 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in class:NfcAdaptation
83 mpInstance = NULL;
99 if (!mpInstance)
100 mpInstance = new NfcAdaptation;
101 return *mpInstance;

Completed in 76 milliseconds