Searched refs:SetUint32Test (Results 1 – 1 of 1) sorted by relevance
/device/google/coral/vibrator/tests/ |
D | test-hwapi.cpp | 252 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>; typedef 254 TEST_P(SetUint32Test, success) { in TEST_P() argument 265 TEST_P(SetUint32Test, failure) { in TEST_P() argument 274 HwApiTests, SetUint32Test, 276 SetUint32Test::MakeParam("F0_FILEPATH", &Vibrator::HwApi::setF0), 277 SetUint32Test::MakeParam("REDC_FILEPATH", &Vibrator::HwApi::setRedc), 278 SetUint32Test::MakeParam("Q_FILEPATH", &Vibrator::HwApi::setQ), 279 SetUint32Test::MakeParam("DURATION_PATH", &Vibrator::HwApi::setDuration), 280 SetUint32Test::MakeParam("EFFECT_INDEX_PATH", &Vibrator::HwApi::setEffectIndex), 281 SetUint32Test::MakeParam("EFFECT_SCALE_PATH", &Vibrator::HwApi::setEffectScale), [all …]
|