Home
last modified time | relevance | path

Searched refs:SetUint32Test (Results 1 – 4 of 4) sorted by relevance

/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwapi.cpp325 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>; typedef
327 TEST_P(SetUint32Test, success) { in TEST_P() argument
338 TEST_P(SetUint32Test, failure) { in TEST_P() argument
352 HwApiTests, SetUint32Test,
354 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
355 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
356 SetUint32Test::MakeParam("device/lp_trigger_effect", &Vibrator::HwApi::setLpTriggerEffect),
357 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
358 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
360 SetUint32Test::PrintParam);
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwapi.cpp324 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>; typedef
326 TEST_P(SetUint32Test, success) { in TEST_P() argument
337 TEST_P(SetUint32Test, failure) { in TEST_P() argument
351 HwApiTests, SetUint32Test,
353 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
354 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
355 SetUint32Test::MakeParam("device/lp_trigger_effect", &Vibrator::HwApi::setLpTriggerEffect),
356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
357 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
359 SetUint32Test::PrintParam);
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwapi.cpp324 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>; typedef
326 TEST_P(SetUint32Test, success) { in TEST_P() argument
337 TEST_P(SetUint32Test, failure) { in TEST_P() argument
351 HwApiTests, SetUint32Test,
353 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
354 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
355 SetUint32Test::MakeParam("device/lp_trigger_effect", &Vibrator::HwApi::setLpTriggerEffect),
356 SetUint32Test::MakeParam("device/lra_wave_shape", &Vibrator::HwApi::setLraWaveShape),
357 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
359 SetUint32Test::PrintParam);
/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwapi.cpp225 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>; typedef
227 TEST_P(SetUint32Test, success) { in TEST_P() argument
238 TEST_P(SetUint32Test, failure) { in TEST_P() argument
246 INSTANTIATE_TEST_CASE_P(HwApiTests, SetUint32Test,
248 SetUint32Test::MakeParam("default/f0_offset",
250 SetUint32Test::MakeParam("default/delay_before_stop_playback_us",
253 SetUint32Test::PrintParam);