summaryrefslogtreecommitdiffstats
path: root/src/com/android/display/IPPService.aidl
blob: c934efe1c620e81310aaef4e842ca8c1849ba4ca (plain)
1
2
3
4
5
6
7
package com.android.display;
interface IPPService {
    boolean startPP();
    boolean stopPP();
    boolean updateHSIC(int h, int s, int i, int c);
    boolean getPPStatus();
}