Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/media/libplatformconfig/
H A DPlatformConfig.cpp106 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()
107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()
110 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()
116 conf->mConfigStore->getConfig(area, config, [&](const CommandResult &res) { in getConfigStoreBool()
H A DPlatformConfig.h112 android::sp<ICapabilityConfigStore> mConfigStore; variable
/aosp12/hardware/qcom/sm7250/media/libplatformconfig/
H A DPlatformConfig.cpp106 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()
107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()
110 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()
117 conf->mConfigStore->getConfig(area, config, [&](const CommandResult &res) { in getConfigStoreBool()
H A DPlatformConfig.h122 android::sp<ICapabilityConfigStore> mConfigStore; variable
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetTracker.java98 private final EthernetConfigStore mConfigStore; field in EthernetTracker
138 mConfigStore = new EthernetConfigStore(); in EthernetTracker()
146 mConfigStore.read(); in start()
149 mIpConfigForDefaultInterface = mConfigStore.getIpConfigurationForDefaultInterface(); in start()
150 final ArrayMap<String, IpConfiguration> configs = mConfigStore.getIpConfigurations(); in start()
169 mConfigStore.write(iface, ipConfiguration); in updateIpConfiguration()