mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Update language in VtsHalPowerV1_1TargetTest to comply with Android’s inclusive language guidance"
This commit is contained in:
@@ -41,7 +41,7 @@ class PowerHidlTest : public testing::TestWithParam<std::string> {
|
||||
sp<IPower> power;
|
||||
};
|
||||
|
||||
// Sanity check Power::getSubsystemLowPowerStats().
|
||||
// Validate Power::getSubsystemLowPowerStats().
|
||||
TEST_P(PowerHidlTest, GetSubsystemLowPowerStats) {
|
||||
hidl_vec<PowerStateSubsystem> vec;
|
||||
Status s;
|
||||
@@ -56,7 +56,7 @@ TEST_P(PowerHidlTest, GetSubsystemLowPowerStats) {
|
||||
ASSERT_TRUE(s == Status::SUCCESS || s == Status::FILESYSTEM_ERROR);
|
||||
}
|
||||
|
||||
// Sanity check Power::powerHintAsync on good and bad inputs.
|
||||
// Validate Power::powerHintAsync on good and bad inputs.
|
||||
TEST_P(PowerHidlTest, PowerHintAsync) {
|
||||
PowerHint badHint = static_cast<PowerHint>(0xA);
|
||||
auto hints = {PowerHint::VSYNC, PowerHint::INTERACTION, PowerHint::VIDEO_ENCODE,
|
||||
|
||||
Reference in New Issue
Block a user