Home
last modified time | relevance | path

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

/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/samsung/nfc/halimpl/src/
Dconfig.cpp467 static CNfcConfig theInstance; in GetInstance() local
468 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
473 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
474 if (!theInstance.empty()) { in GetInstance()
475 return theInstance; in GetInstance()
479 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
482 return theInstance; in GetInstance()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dese_config.cpp55 static EseConfig theInstance; in getInstance() local
56 return theInstance; in getInstance()
/hardware/nxp/secure_element/pn8x/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/snxxx/halimpl/utils/
DphNxpConfig.cc478 static CNfcConfig theInstance; in GetInstance() local
480 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
485 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
486 if (!theInstance.empty()) { in GetInstance()
487 return theInstance; in GetInstance()
507 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
509 theInstance.readNxpRFConfig(nxp_rf_config_path); in GetInstance()
510 theInstance.readNxpTransitConfig(transit_config_path); in GetInstance()
513 return theInstance; in GetInstance()
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp446 static CNfcConfig theInstance; in GetInstance() local
448 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
453 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
454 if (!theInstance.empty()) { in GetInstance()
455 return theInstance; in GetInstance()
473 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
476 return theInstance; in GetInstance()