Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/tests/
Dtest-vibrator.cpp76 class VibratorTestTemplate : public Test, public WithParamInterface<std::tuple<bool, T...>> { class
78 static auto GetDynamicConfig(typename VibratorTestTemplate::ParamType param) { in GetDynamicConfig()
82 static auto GetOtherParam(typename VibratorTestTemplate::ParamType param) { in GetOtherParam()
86 static auto PrintParam(const TestParamInfo<typename VibratorTestTemplate::ParamType> &info) { in PrintParam()
127 auto getDynamicConfig() const { return GetDynamicConfig(VibratorTestTemplate::GetParam()); } in getDynamicConfig()
249 using BasicTest = VibratorTestTemplate<>;
384 class EffectsTest : public VibratorTestTemplate<EffectTuple> {
389 auto prefix = VibratorTestTemplate::PrintParam(info); in PrintParam()
471 class AlwaysOnTest : public VibratorTestTemplate<int32_t> {