Home
last modified time | relevance | path

Searched refs:LMK_TARGET (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/memory/lmkd/include/
H A Dlmkd.h30 LMK_TARGET = 0, /* Associate minfree with oom_adj_score */ enumerator
85 packet[idx++] = htonl(LMK_TARGET); in lmkd_pack_set_target()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java342 static final byte LMK_TARGET = 0; field in ProcessList
1026 buf.putInt(LMK_TARGET); in updateOomLevels()
1507 buf.putInt(LMK_TARGET);
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp1454 case LMK_TARGET: in ctrl_command_handler()