Searched refs:GetCachedSystemRamBucketizedSize (Results 1 – 1 of 1) sorted by relevance
133 BucketizedSize GetCachedSystemRamBucketizedSize() { in GetCachedSystemRamBucketizedSize() function154 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()