Lines Matching refs:HwApi

73         mHwApi = HwApi::Create();  in SetUp()
83 mNoApi = HwApi::Create(); in SetUp()
134 std::unique_ptr<Vibrator::HwApi> mHwApi;
135 std::unique_ptr<Vibrator::HwApi> mNoApi;
156 std::unique_ptr<HwApi> hwapi; in TEST_P()
171 hwapi = HwApi::Create(); in TEST_P()
194 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>;
213 &Vibrator::HwApi::hasRtpInput),
217 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>;
254 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate),
255 SetBoolTest::MakeParam("state", &Vibrator::HwApi::setState),
257 &Vibrator::HwApi::setCtrlLoop),
261 using SetInt8Test = HwApiTypedTest<bool(Vibrator::HwApi &, int8_t)>;
290 &Vibrator::HwApi::setRtpInput),
294 using SetUint8Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint8_t)>;
322 SetUint8Test::MakeParam("device/scale", &Vibrator::HwApi::setScale),
324 &Vibrator::HwApi::setLpTriggerScale),
328 using SetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t)>;
357 SetUint32Test::MakeParam("device/ol_lra_period", &Vibrator::HwApi::setOlLraPeriod),
358 SetUint32Test::MakeParam("duration", &Vibrator::HwApi::setDuration),
360 &Vibrator::HwApi::setLpTriggerEffect),
362 &Vibrator::HwApi::setLraWaveShape),
363 SetUint32Test::MakeParam("device/od_clamp", &Vibrator::HwApi::setOdClamp),
367 using SetStringTest = HwApiTypedTest<bool(Vibrator::HwApi &, std::string)>;
396 SetStringTest::MakeParam("device/autocal", &Vibrator::HwApi::setAutocal),
397 SetStringTest::MakeParam("device/mode", &Vibrator::HwApi::setMode),
398 SetStringTest::MakeParam("device/set_sequencer", &Vibrator::HwApi::setSequencer),