Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp135 bool mValidFile; member in CNfcConfig
247 mValidFile = false; in readConfig()
263 mValidFile = true; in readConfig()
412 CNfcConfig::CNfcConfig() : mValidFile(true), state(0) {} in CNfcConfig()
437 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()