Searched defs:theInstance (Results 1 - 1 of 1) sorted by relevance

/system/nfc/src/adaptation/
H A Dnfc_config.cc52 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); local
54 theInstance.GetVendorConfigs(configMap);
63 static NfcConfig theInstance; local
64 if (theInstance.config_.isEmpty()) {
65 theInstance.loadConfig();
67 return theInstance;

Completed in 72 milliseconds