Searched refs:low_ram_device (Results 1 – 2 of 2) sorted by relevance
140 bool low_ram_device = GetBoolProperty("ro.config.low_ram", false); in UsePerAppMemcg() local141 return GetBoolProperty("ro.config.per_app_memcg", low_ram_device); in UsePerAppMemcg()
203 static bool low_ram_device; variable3092 if (low_ram_device) { in mp_event_common()3230 GET_LMK_PROPERTY(bool, "use_new_strategy", low_ram_device || !use_minfree_levels); in init_psi_monitors()3754 low_ram_device = property_get_bool("ro.config.low_ram", false); in update_props()3760 property_get_bool("ro.config.per_app_memcg", low_ram_device); in update_props()3764 low_ram_device ? DEF_PARTIAL_STALL_LOWRAM : DEF_PARTIAL_STALL); in update_props()3769 low_ram_device ? DEF_THRASHING_LOWRAM : DEF_THRASHING)); in update_props()3771 low_ram_device ? DEF_THRASHING_DECAY_LOWRAM : DEF_THRASHING_DECAY)); in update_props()