Searched refs:low_ram_device (Results 1 – 2 of 2) sorted by relevance
104 bool low_ram_device = GetBoolProperty("ro.config.low_ram", false); in UsePerAppMemcg() local105 return GetBoolProperty("ro.config.per_app_memcg", low_ram_device); in UsePerAppMemcg()
155 static bool low_ram_device; variable1587 (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()