Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp360 static CNfcConfig theInstance; in GetInstance() local
362 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
367 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
368 if (!theInstance.empty()) { in GetInstance()
369 return theInstance; in GetInstance()
373 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
376 return theInstance; in GetInstance()
/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp374 static CNfcConfig theInstance; in GetInstance() local
376 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
381 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
382 if (!theInstance.empty()) { in GetInstance()
383 return theInstance; in GetInstance()
400 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
403 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()
/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dese_config.cc57 static EseConfig theInstance; in getInstance() local
58 return theInstance; in getInstance()
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp449 static CNfcConfig theInstance; in GetInstance() local
451 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
456 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
457 if (!theInstance.empty()) { in GetInstance()
458 return theInstance; in GetInstance()
473 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
476 return theInstance; in GetInstance()