Lines Matching refs:Vibrator

134     std::unique_ptr<Vibrator::HwApi> mHwApi;
135 std::unique_ptr<Vibrator::HwApi> mNoApi;
194 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>;
212 HasTest::MakeParam("device/rtp_input", &Vibrator::HwApi::hasRtpInput),
216 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>;
253 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
254 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
256 &Vibrator::HwApi::setCtrlLoop),
260 using SetInt8Test = HwApiTypedTest<bool(Vibrator::HwApi &, int8_t)>;
289 &Vibrator::HwApi::setRtpInput),
293 using SetUint8Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint8_t)>;
321 SetUint8Test::MakeParam("device/scale", &Vibrator::HwApi::setScale),
325 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>;
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),
362 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>;
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),