diff options
author | Michael Wright <michaelwr@google.com> | 2017-02-01 16:27:05 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-02-01 16:27:05 +0000 |
commit | bbd6adda5af693692c889b47ef1394a578c5baea (patch) | |
tree | 302644dd3597b673246f3431625f8985c8a3104a /power/1.0/vts | |
parent | e466fc9c9f0446d456e0a7b89047dac9cfd1dc67 (diff) | |
parent | f54971abe43c3db31edcf12c6d527ef817508b29 (diff) | |
download | platform_hardware_interfaces-bbd6adda5af693692c889b47ef1394a578c5baea.tar.gz platform_hardware_interfaces-bbd6adda5af693692c889b47ef1394a578c5baea.tar.bz2 platform_hardware_interfaces-bbd6adda5af693692c889b47ef1394a578c5baea.zip |
Merge "Remove PowerHint::DISABLE_TOUCH"
Diffstat (limited to 'power/1.0/vts')
-rw-r--r-- | power/1.0/vts/functional/power_hidl_hal_test.cpp | 2 | ||||
-rw-r--r-- | power/1.0/vts/types.vts | 4 |
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 3f0ef56128..b114944f0c 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 - } } } |