Searched refs:SetBoolTest (Results 1 – 4 of 4) sorted by relevance
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 186 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef 188 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument 198 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument 208 TEST_P(SetBoolTest, failure) { in TEST_P() argument 216 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest, 218 SetBoolTest::MakeParam("default/f0_comp_enable", 220 SetBoolTest::MakeParam("default/redc_comp_enable", 223 SetBoolTest::PrintParam);
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 216 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef 218 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument 228 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument 238 TEST_P(SetBoolTest, failure) { in TEST_P() argument 251 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest, 253 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate), 254 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState), 255 SetBoolTest::MakeParam("device/ctrl_loop", 258 SetBoolTest::PrintParam);
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 215 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef 217 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument 227 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument 237 TEST_P(SetBoolTest, failure) { in TEST_P() argument 250 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest, 252 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate), 253 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState), 254 SetBoolTest::MakeParam("device/ctrl_loop", 257 SetBoolTest::PrintParam);
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 215 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; typedef 217 TEST_P(SetBoolTest, success_returnsTrue) { in TEST_P() argument 227 TEST_P(SetBoolTest, success_returnsFalse) { in TEST_P() argument 237 TEST_P(SetBoolTest, failure) { in TEST_P() argument 250 INSTANTIATE_TEST_CASE_P(HwApiTests, SetBoolTest, 252 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate), 253 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState), 254 SetBoolTest::MakeParam("device/ctrl_loop", 257 SetBoolTest::PrintParam);
|