Home
last modified time | relevance | path

Searched refs:mpInstance (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp37 NfcAdaptation* NfcAdaptation::mpInstance = NULL; member in NfcAdaptation
87 mpInstance = NULL; in ~NfcAdaptation()
103 if (!mpInstance) in GetInstance()
104 mpInstance = new NfcAdaptation; in GetInstance()
105 return *mpInstance; in GetInstance()
/external/libnfc-nci/src/include/
DNfcAdaptation.h77 static NfcAdaptation* mpInstance; variable