lineage-sdk: Remove leftover lineagehw compat code
Change-Id: I6a400cc79b9d00553c6646b788f9a4aa959a91b5
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
|
||||
package lineageos.hardware;
|
||||
|
||||
import lineageos.hardware.DisplayMode;
|
||||
import lineageos.hardware.HSIC;
|
||||
import lineageos.hardware.TouchscreenGesture;
|
||||
|
||||
/** @hide */
|
||||
interface ILineageHardwareService {
|
||||
|
||||
@@ -30,29 +26,4 @@ interface ILineageHardwareService {
|
||||
|
||||
int[] getDisplayColorCalibration();
|
||||
boolean setDisplayColorCalibration(in int[] rgb);
|
||||
|
||||
int[] getVibratorIntensity();
|
||||
boolean setVibratorIntensity(int intensity);
|
||||
|
||||
boolean requireAdaptiveBacklightForSunlightEnhancement();
|
||||
|
||||
DisplayMode[] getDisplayModes();
|
||||
DisplayMode getCurrentDisplayMode();
|
||||
DisplayMode getDefaultDisplayMode();
|
||||
boolean setDisplayMode(in DisplayMode mode, boolean makeDefault);
|
||||
|
||||
boolean isSunlightEnhancementSelfManaged();
|
||||
|
||||
int getColorBalanceMin();
|
||||
int getColorBalanceMax();
|
||||
int getColorBalance();
|
||||
boolean setColorBalance(int value);
|
||||
|
||||
HSIC getPictureAdjustment();
|
||||
HSIC getDefaultPictureAdjustment();
|
||||
boolean setPictureAdjustment(in HSIC hsic);
|
||||
float[] getPictureAdjustmentRanges();
|
||||
|
||||
TouchscreenGesture[] getTouchscreenGestures();
|
||||
boolean setTouchscreenGestureEnabled(in TouchscreenGesture gesture, boolean state);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user