public interface android.os.ISchedulingPolicyService extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.ISchedulingPolicyService
  super_class: java.lang.Object
{
  public abstract int requestPriority(int, int, int, boolean);
    descriptor: (IIIZ)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      pid       
      tid       
      prio      
      isForApp  

  public abstract int requestCpusetBoost(boolean, android.os.IBinder);
    descriptor: (ZLandroid/os/IBinder;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      enable  
      client  
}
SourceFile: "ISchedulingPolicyService.java"
NestMembers:
  android.os.ISchedulingPolicyService$Stub  android.os.ISchedulingPolicyService$Stub$Proxy
InnerClasses:
  public abstract Stub = android.os.ISchedulingPolicyService$Stub of android.os.ISchedulingPolicyService