Home
last modified time | relevance | path

Searched defs:memory_mb (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/shared/config/
Dconfig_tv.json5 "memory_mb" : 2048 number
Dconfig_auto.json5 "memory_mb" : 4096 number
Dconfig_phone.json5 "memory_mb" : 2048 number
Dconfig_tablet.json5 "memory_mb" : 4096 number
Dconfig_foldable.json5 "memory_mb" : 4096, number
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp119 int CuttlefishConfig::memory_mb() const { in memory_mb() function in cuttlefish::CuttlefishConfig
122 void CuttlefishConfig::set_memory_mb(int memory_mb) { in set_memory_mb()