Home
last modified time | relevance | path

Searched refs:theInstance (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp93 static SpdHelper* theInstance = NULL; in getInstance() local
94 if (theInstance == NULL) in getInstance()
95 theInstance= new SpdHelper; in getInstance()
96 return *theInstance; in getInstance()
Dconfig.cpp377 static CNfcConfig theInstance; in GetInstance() local
379 if (theInstance.size() == 0 && theInstance.mValidFile) in GetInstance()
384 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
387 return theInstance; in GetInstance()
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp440 static CNfcConfig theInstance; in GetInstance() local
442 if (theInstance.size() == 0 && theInstance.mValidFile) in GetInstance()
449 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
450 if (!theInstance.empty()) in GetInstance()
452 return theInstance; in GetInstance()
457 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
460 return theInstance; in GetInstance()
/external/libnfc-nci/src/adaptation/
Dconfig.cpp392 static CNfcConfig theInstance; in GetInstance() local
394 if (theInstance.size() == 0 && theInstance.mValidFile) in GetInstance()
399 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
402 return theInstance; in GetInstance()