Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3d97c6b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "performance: Add new perflock resource id"

parents ac058a60 b7596719
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -72,6 +72,9 @@ public class Performance
    /** @hide */ public static final int CPUS_ON_LIMIT_2 = 0x8FD;
    /** @hide */ public static final int CPUS_ON_LIMIT_3 = 0x8FC;

    /** @hide */ public static final int SCHED_PREFER_IDLE = 0x3E01;
    /** @hide */ public static final int SCHED_MIGRATE_COST = 0x3F01;

    /* The following are the PerfLock API return values*/
    /** @hide */ public static final int REQUEST_FAILED = -1;
    /** @hide */ public static final int REQUEST_SUCCEEDED = 0;