HomeSort by relevance Sort by last modified time
    Searched refs:LMK_TARGET (Results 1 - 3 of 3) sorted by null

  /system/core/lmkd/include/
lmkd.h 30 LMK_TARGET = 0, /* Associate minfree with oom_adj_score */
36 * Max number of targets in LMK_TARGET command.
42 * Longest packet is LMK_TARGET followed by MAX_TARGETS
55 /* LMK_TARGET packet payload */
56 struct lmk_target { struct
62 * For LMK_TARGET packet get target_idx-th payload.
66 int target_idx, struct lmk_target *target) {
72 * Prepare LMK_TARGET packet and return packet size in bytes.
76 struct lmk_target *targets,
79 packet[idx++] = htonl(LMK_TARGET);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 157 // LMK_TARGET <minfree> <minkillprio> ... (up to 6 pairs)
160 static final byte LMK_TARGET = 0;
294 buf.putInt(LMK_TARGET);
    [all...]
  /system/core/lmkd/
lmkd.c 529 struct lmk_target target;
619 case LMK_TARGET:
    [all...]

Completed in 72 milliseconds