Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp435 static CNfcConfig theInstance; in GetInstance() local
437 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
442 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
443 if (!theInstance.empty()) { in GetInstance()
444 return theInstance; in GetInstance()
448 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
451 return theInstance; in GetInstance()
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dese_config.cpp55 static EseConfig theInstance; in getInstance() local
56 return theInstance; in getInstance()