diff options
Diffstat (limited to 'src/com/android/display')
-rw-r--r-- | src/com/android/display/IPPService.aidl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/android/display/IPPService.aidl b/src/com/android/display/IPPService.aidl new file mode 100644 index 0000000..c934efe --- /dev/null +++ b/src/com/android/display/IPPService.aidl @@ -0,0 +1,7 @@ +package com.android.display; +interface IPPService { + boolean startPP(); + boolean stopPP(); + boolean updateHSIC(int h, int s, int i, int c); + boolean getPPStatus(); +} |