Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp79 class VibratorTestTemplate : public Test, public WithParamInterface<std::tuple<bool, T...>> { class
81 static auto GetDynamicConfig(typename VibratorTestTemplate::ParamType param) { in GetDynamicConfig()
85 static auto GetOtherParam(typename VibratorTestTemplate::ParamType param) { in GetOtherParam()
89 static auto PrintParam(const TestParamInfo<typename VibratorTestTemplate::ParamType> &info) { in PrintParam()
130 auto getDynamicConfig() const { return GetDynamicConfig(VibratorTestTemplate::GetParam()); } in getDynamicConfig()
249 using BasicTest = VibratorTestTemplate<>;
378 class EffectsTest : public VibratorTestTemplate<EffectTuple> {
383 auto prefix = VibratorTestTemplate::PrintParam(info); in PrintParam()