Searched refs:SetStringTest (Results 1 – 4 of 4) sorted by relevance
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 255 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 257 TEST_P(SetStringTest, success) { in TEST_P() argument 268 TEST_P(SetStringTest, failure) { in TEST_P() argument 277 HwApiTests, SetStringTest, 279 SetStringTest::MakeParam("calibration/f0_stored", &Vibrator::HwApi::setF0), 280 SetStringTest::MakeParam("calibration/redc_stored", &Vibrator::HwApi::setRedc), 281 SetStringTest::MakeParam("calibration/q_stored", &Vibrator::HwApi::setQ), 283 SetStringTest::PrintParam);
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 362 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 364 TEST_P(SetStringTest, success) { in TEST_P() argument 375 TEST_P(SetStringTest, failure) { in TEST_P() argument 389 HwApiTests, SetStringTest, 391 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal), 392 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode), 393 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer), 395 SetStringTest::PrintParam);
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 361 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 363 TEST_P(SetStringTest, success) { in TEST_P() argument 374 TEST_P(SetStringTest, failure) { in TEST_P() argument 388 HwApiTests, SetStringTest, 390 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal), 391 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode), 392 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer), 394 SetStringTest::PrintParam);
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 361 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>; typedef 363 TEST_P(SetStringTest, success) { in TEST_P() argument 374 TEST_P(SetStringTest, failure) { in TEST_P() argument 388 HwApiTests, SetStringTest, 390 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal), 391 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode), 392 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer), 394 SetStringTest::PrintParam);
|