Home
last modified time | relevance | path

Searched refs:readConfig (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/hardware/st/nfc/1.0/adaptation/
H A Dconfig.cpp71 bool readConfig(const char* name, bool bResetContent);
169 bool CNfcConfig::readConfig(const char* name, bool bResetContent) { in readConfig() function in CNfcConfig
367 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
373 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
687 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false); in readOptionalConfig()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/
H A DphNxpConfig.cc154 bool readConfig(const char* name, bool bResetContent);
260 bool CNfcConfig::readConfig(const char* name, bool bResetContent) { in readConfig() function in CNfcConfig
485 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
507 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
640 CNfcConfig::GetInstance().readConfig(fileName, false); in readNxpTransitConfig()
654 CNfcConfig::GetInstance().readConfig(fileName, false); in readNxpRFConfig()
941 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false); in readOptionalConfig()
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Dconfig.cpp73 bool readConfig(const char* name, bool bResetContent);
171 bool CNfcConfig::readConfig(const char* name, bool bResetContent) { in readConfig() function in CNfcConfig
381 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
400 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
767 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false); in readOptionalConfig()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DphNxpConfig.cpp140 bool readConfig(const char* name, bool bResetContent);
241 bool CNfcConfig::readConfig(const char* name, bool bResetContent) { in readConfig() function in CNfcConfig
453 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
473 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
863 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false); in readOptionalConfig()
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dconfig.cpp160 bool readConfig(const char* name, bool bResetContent);
262 bool CNfcConfig::readConfig(const char* name, bool bResetContent) { in readConfig() function in CNfcConfig
473 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
479 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
/aosp12/packages/modules/StatsD/statsd/src/shell/
H A DShellSubscriber.cpp40 if (!readConfig(mySubscriptionInfo)) return; in startNewSubscription()
83 bool ShellSubscriber::readConfig(shared_ptr<SubscriptionInfo> subscriptionInfo) { in readConfig() function in android::os::statsd::ShellSubscriber
H A DShellSubscriber.h100 bool readConfig(std::shared_ptr<SubscriptionInfo> subscriptionInfo);
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DContextBase.h141 void readConfig();
H A DContextBase.cpp91 void ContextBase::readConfig() in readConfig() function in loc_core::ContextBase
/aosp12/hardware/qcom/gps/msm8998/core/
H A DContextBase.h141 void readConfig();
H A DContextBase.cpp91 void ContextBase::readConfig() in readConfig() function in loc_core::ContextBase
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DContextBase.h144 void readConfig();
H A DContextBase.cpp93 void ContextBase::readConfig() in readConfig() function in loc_core::ContextBase
/aosp12/hardware/qcom/sdm845/gps/msm8998/core/
H A DContextBase.h141 void readConfig();
H A DContextBase.cpp91 void ContextBase::readConfig() in readConfig() function in loc_core::ContextBase
/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp91 static bool readConfig(const std::string& configFile, std::vector<std::string>* soNames) { in readConfig() function
115 if (!readConfig(nativeLibrariesSystemConfig, &soNames)) { in getSystemNativeLibraries()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
H A DPasspointConfigurationTest.java71 PasspointConfiguration readConfig = in verifyParcel() local
73 assertTrue(readConfig.equals(writeConfig)); in verifyParcel()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DContextBase.h158 void readConfig();
H A DContextBase.cpp109 void ContextBase::readConfig() in readConfig() function in loc_core::ContextBase
/aosp12/hardware/qcom/sm7150/gps/core/
H A DContextBase.h160 void readConfig();
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettingsProvider.java319 readConfig(parser, fileData); in readSettings()
423 private static void readConfig(TypedXmlPullParser parser, FileData fileData) in readConfig() method in DisplayWindowSettingsProvider
/aosp12/frameworks/base/services/core/java/com/android/server/compat/
H A DCompatConfig.java533 readConfig(f); in initConfigFromLib()
537 private void readConfig(File configFile) { in readConfig() method in CompatConfig
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
H A DMobileMappings.java210 public static Config readConfig(Context context) { in readConfig() method in MobileMappings.Config
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java209 mConfig = Config.readConfig(mContext);
243 Config.readConfig(context), in NetworkControllerImpl()
794 mConfig = Config.readConfig(mContext); in onReceive()
814 mConfig = Config.readConfig(mContext); in onReceive()
/aosp12/hardware/qcom/sm7250/gps/core/
H A DContextBase.h171 void readConfig();

12