Home
last modified time | relevance | path

Searched refs:theInstance (Results 1 – 9 of 9) 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/snxxx/libese-spi/p73/utils/
Dese_config.cpp55 static EseConfig theInstance; in getInstance() local
56 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/st/secure_element/ese-spi-driver/utils-lib/
Dese_config.cc57 static EseConfig theInstance; in getInstance() local
58 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/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()
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc485 static CNfcConfig theInstance; in GetInstance() local
487 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()
492 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
493 if (!theInstance.empty()) { in GetInstance()
494 return theInstance; in GetInstance()
514 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
515 theInstance.readNxpRFConfig(nxp_rf_config_path); in GetInstance()
516 theInstance.readNxpTransitConfig(transit_config_path); in GetInstance()
518 return theInstance; in GetInstance()
/hardware/interfaces/nfc/aidl/vts/functional/
DVtsNfcBehaviorChangesTest.cpp180 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in SetUp() local
181 theInstance.Initialize(); // start GKI, NCI task, NFC task in SetUp()
185 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in SetUp()