FileDocCategorySizeDatePackage
ISchedulingPolicyService.javaAPI DocAndroid 5.1 API3318Sat Mar 14 05:48:04 GMT 2015android.os

ISchedulingPolicyService

public interface ISchedulingPolicyService implements android.os.IInterface
Initially only provides requestPriority() below, but in longer term other scheduling policy related services will be collected here.
hide

Fields Summary
Constructors Summary
Methods Summary
public intrequestPriority(int pid, int tid, int prio)
Move thread tid into appropriate cgroup and assign it priority prio. The thread group leader of tid must be pid. There may be restrictions on who can call this.