Searched refs:AlwaysOnTest (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 471 class AlwaysOnTest : public VibratorTestTemplate<int32_t> { class 483 TEST_P(AlwaysOnTest, alwaysOnEnable) { in TEST_P() argument 500 TEST_P(AlwaysOnTest, alwaysOnDisable) { in TEST_P() argument 509 INSTANTIATE_TEST_CASE_P(VibratorTests, AlwaysOnTest, Combine(ValuesIn({false, true}), Range(0, 0)), 510 AlwaysOnTest::PrintParam);
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-vibrator.cpp | 623 class AlwaysOnTest : public VibratorTest, public WithParamInterface<int32_t> { class 630 TEST_P(AlwaysOnTest, alwaysOnEnable) { in TEST_P() argument 656 TEST_P(AlwaysOnTest, alwaysOnDisable) { in TEST_P() argument 672 INSTANTIATE_TEST_CASE_P(VibratorTests, AlwaysOnTest, Range(0, 1), AlwaysOnTest::PrintParam);
|