Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/system/
H A Dsys_info.cc133 BucketizedSize GetCachedSystemRamBucketizedSize() { in GetCachedSystemRamBucketizedSize() function
154 return GetCachedSystemRamBucketizedSize() == BucketizedSize::k3Gb; in Is3GbDevice()
158 return GetCachedSystemRamBucketizedSize() == BucketizedSize::k4Gb; in Is4GbDevice()
162 return GetCachedSystemRamBucketizedSize() == BucketizedSize::k4Gb || in Is4GbOr6GbDevice()
163 GetCachedSystemRamBucketizedSize() == BucketizedSize::k6Gb; in Is4GbOr6GbDevice()
167 return GetCachedSystemRamBucketizedSize() == BucketizedSize::k6Gb; in Is6GbDevice()