Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/include/
H A Dlmkd.h31 LMK_PROCPRIO, /* Register a process and set its oom_adj_score */ enumerator
129 packet[0] = htonl(LMK_PROCPRIO); in lmkd_pack_set_procprio()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java343 static final byte LMK_PROCPRIO = 1; field in ProcessList
1454 buf.putInt(LMK_PROCPRIO);
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp1460 case LMK_PROCPRIO: in ctrl_command_handler()