Home
last modified time | relevance | path

Searched defs:ConfigCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/build/soong/cmd/soong_build/
H A Dmain.go53 type ConfigCache struct { struct
54 EnvDepsHash uint64
55 ProductVariableFileTimestamp int64
56 SoongBuildFileTimestamp int64
253 func writeConfigCache(configCache *ConfigCache, configCacheFile string) {
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/telephony/
DCarrierConfigRepository.kt155 private fun ConfigCache.update(subId: Int, keysToRetrieve: Map<String, KeyType>) { in <lambda>() method
278 private typealias ConfigCache = ConcurrentHashMap<String, ConfigValue> typealias
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc64 ConfigCache::ConfigCache(size_t temp_device_capacity, in ConfigCache() function in bluetooth::storage::ConfigCache
77 ConfigCache::ConfigCache(ConfigCache&& other) noexcept in ConfigCache() function in bluetooth::storage::ConfigCache
Dmutation.h31 friend ConfigCache; variable
/aosp_15_r20/external/aac/libFDK/include/
H A DFDK_bitstream.h121 UINT ConfigCache; member