Lines Matching refs:HwApi

72         mHwApi = HwApi::Create();  in SetUp()
82 mNoApi = HwApi::Create(); in SetUp()
133 std::unique_ptr<Vibrator::HwApi> mHwApi;
134 std::unique_ptr<Vibrator::HwApi> mNoApi;
155 std::unique_ptr<HwApi> hwapi; in TEST_P()
170 hwapi = HwApi::Create(); in TEST_P()
193 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>;
212 &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),
357 &Vibrator::HwApi::setLpTriggerEffect),
359 &Vibrator::HwApi::setLraWaveShape),
360 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
364 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>;
393 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal),
394 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode),
395 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer),