Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp104 bool low_ram_device = GetBoolProperty("ro.config.low_ram", false); in UsePerAppMemcg() local
105 return GetBoolProperty("ro.config.per_app_memcg", low_ram_device); in UsePerAppMemcg()
/system/core/lmkd/
Dlmkd.c155 static bool low_ram_device; variable
1587 (low_ram_device || is_kill_pending())) { in mp_event_common()
1687 if (low_ram_device) { in mp_event_common()
2048 low_ram_device = property_get_bool("ro.config.low_ram", false); in main()
2054 property_get_bool("ro.config.per_app_memcg", low_ram_device); in main()