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