summaryrefslogtreecommitdiffstats
path: root/power/1.0/vts
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2017-01-18 22:36:23 +0000
committerMichael Wright <michaelwr@google.com>2017-01-19 13:00:39 +0000
commitf54971abe43c3db31edcf12c6d527ef817508b29 (patch)
tree929de0ffb12cf143caf0c3df6574f25bedd03852 /power/1.0/vts
parent6fdbe86350a5678303365c95bd663ac8f75416fc (diff)
downloadplatform_hardware_interfaces-f54971abe43c3db31edcf12c6d527ef817508b29.tar.gz
platform_hardware_interfaces-f54971abe43c3db31edcf12c6d527ef817508b29.tar.bz2
platform_hardware_interfaces-f54971abe43c3db31edcf12c6d527ef817508b29.zip
Remove PowerHint::DISABLE_TOUCH
This isn't really a power hint and doesn't given the opportunity for the input system to clean up any on going input streams or input fusion, so shouldn't be part of the power HAL. Test: run vts, play with device Bug: 30143923 Change-Id: I7b63a2f07a7851739d90099af45773acead58548
Diffstat (limited to 'power/1.0/vts')
-rw-r--r--power/1.0/vts/functional/power_hidl_hal_test.cpp2
-rw-r--r--power/1.0/vts/types.vts4
2 files changed, 1 insertions, 5 deletions
diff --git a/power/1.0/vts/functional/power_hidl_hal_test.cpp b/power/1.0/vts/functional/power_hidl_hal_test.cpp
index 36bdb0af65..635b69e466 100644
--- a/power/1.0/vts/functional/power_hidl_hal_test.cpp
+++ b/power/1.0/vts/functional/power_hidl_hal_test.cpp
@@ -62,7 +62,7 @@ TEST_F(PowerHidlTest, PowerHint) {
PowerHint::VIDEO_ENCODE, PowerHint::VIDEO_DECODE,
PowerHint::LOW_POWER, PowerHint::SUSTAINED_PERFORMANCE,
PowerHint::VR_MODE, PowerHint::LAUNCH,
- PowerHint::DISABLE_TOUCH, badHint};
+ badHint};
Return<void> ret;
for (auto hint : hints) {
ret = power->powerHint(hint, 1);
diff --git a/power/1.0/vts/types.vts b/power/1.0/vts/types.vts
index 94c003bc8d..5724946574 100644
--- a/power/1.0/vts/types.vts
+++ b/power/1.0/vts/types.vts
@@ -43,10 +43,6 @@ attribute: {
scalar_value: {
uint32_t: 8
}
- enumerator: "DISABLE_TOUCH"
- scalar_value: {
- uint32_t: 9
- }
}
}